Lines Matching full:profile
19 #include "chrome/browser/profiles/profile.h"
409 SessionRestoreImpl(Profile* profile,
415 : profile_(profile),
590 browser->profile()->IsOffTheRecord())) {
658 browser->profile()->GetExtensionService() &&
660 browser->profile()->GetExtensionService()->IsInstalledApp(url)) {
736 // The profile to create the sessions for.
737 Profile* profile_;
778 static Browser* Restore(Profile* profile,
788 DCHECK(profile);
789 // Always restore from the original profile (incognito profiles have no
791 profile = profile->GetOriginalProfile();
792 if (!profile->GetSessionService()) {
797 profile->set_restored_last_session(true);
800 new SessionRestoreImpl(profile, browser, synchronous,
807 void SessionRestore::RestoreSession(Profile* profile,
812 Restore(profile, browser, false, clobber_existing_window,
818 Profile* profile,
823 SessionRestoreImpl restorer(profile,
829 void SessionRestore::RestoreForeignSessionTab(Profile* profile,
833 SessionRestoreImpl restorer(profile,
840 Profile* profile,
842 return Restore(profile, NULL, true, false, true, urls_to_open);