HomeSort by relevance Sort by last modified time
    Searched defs:kProfilesLastActive (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 407 if (local_state->HasPrefPath(prefs::kProfilesLastActive) &&
408 local_state->GetList(prefs::kProfilesLastActive)) {
411 local_state->GetList(prefs::kProfilesLastActive)->DeepCopy());
416 LOG(WARNING) << "Invalid entry in " << prefs::kProfilesLastActive;
736 ListPrefUpdate update(local_state, prefs::kProfilesLastActive);
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]

Completed in 186 milliseconds