Searched refs:kProfilesLastActive (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofiles_state.cc51 registry->RegisterListPref(prefs::kProfilesLastActive);
H A Dprofile_manager.cc378 if (local_state->HasPrefPath(prefs::kProfilesLastActive)) {
380 local_state->GetList(prefs::kProfilesLastActive);
386 LOG(WARNING) << "Invalid entry in " << prefs::kProfilesLastActive; member in class:prefs
661 ListPrefUpdate update(local_state, prefs::kProfilesLastActive);
/external/chromium_org/chrome/common/
H A Dpref_names.cc1311 const char kProfilesLastActive[] = "profile.last_active_profiles"; member in namespace:prefs
H A Dpref_names.h489 extern const char kProfilesLastActive[];
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc330 // Clear kProfilesLastActive since the user only wants to launch a specific
333 prefs::kProfilesLastActive);

Completed in 113 milliseconds