Home | History | Annotate | Download | only in startup

Lines Matching refs:pref_service

10 #include "base/prefs/pref_service.h"
371 PrefService* pref_service = g_browser_process->local_state();
372 pref_service->SetBoolean(prefs::kWasRestarted, true);
374 EXPECT_FALSE(pref_service->GetBoolean(prefs::kWasRestarted));
383 PrefService* pref_service = g_browser_process->local_state();
384 pref_service->SetBoolean(prefs::kWasRestarted, false);
386 pref_service->GetBoolean(prefs::kWasRestarted));
723 PrefService* pref_service = g_browser_process->local_state();
724 pref_service->SetBoolean(prefs::kWasRestarted, true);