Lines Matching full:profile
149 // Store the profile path for clearing local state data on exit.
329 std::vector<Profile*> profiles(pm->GetLoadedProfiles());
342 // We must write that the profile and metrics service shutdown cleanly,
621 Profile* profile = ProfileManager::GetDefaultProfile();
622 if (profile) {
623 PrefService* prefs = profile->GetPrefs();
669 Profile* profile;
671 // Check for the existence of a profile manager. When quitting early,
673 // options such as --uninstall or --try-chrome-again=0, the profile manager
679 profile = profile_manager_->GetDefaultProfile(user_data_dir);
680 if (!profile)
682 *profile_path = profile->GetPath();
683 return profile->GetPrefs()->GetBoolean(prefs::kClearSiteDataOnExit);
941 Profile* profile = profile_manager() ?
945 profile && profile->GetRequestContext()) {
949 profile->GetRequestContext()));