Home | History | Annotate | Download | only in sessions

Lines Matching refs:profile

7 #include "chrome/browser/profiles/profile.h"
12 TabRestoreService* TabRestoreServiceFactory::GetForProfile(Profile* profile) {
14 GetInstance()->GetServiceForBrowserContext(profile, true));
19 Profile* profile) {
21 GetInstance()->GetServiceForBrowserContext(profile, false));
25 void TabRestoreServiceFactory::ResetForProfile(Profile* profile) {
27 factory->BrowserContextShutdown(profile);
28 factory->BrowserContextDestroyed(profile);