Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1005)

Unified Diff: chrome/browser/ui/auto_login_prompter.cc

Issue 8198007: Remove PrefService::ScheduleSavePersistentPrefs and SavePersistentPrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/auto_login_prompter.cc
diff --git a/chrome/browser/ui/auto_login_prompter.cc b/chrome/browser/ui/auto_login_prompter.cc
index bbe066992ddd0cdb8454229c94d4e94cbdf5e0f9..cbc86300aec3cc5554e9f8acb36d68e55a1c96cc 100644
--- a/chrome/browser/ui/auto_login_prompter.cc
+++ b/chrome/browser/ui/auto_login_prompter.cc
@@ -206,7 +206,6 @@ bool AutoLoginInfoBarDelegate::Accept() {
bool AutoLoginInfoBarDelegate::Cancel() {
pref_service_->SetBoolean(prefs::kAutologinEnabled, false);
- pref_service_->ScheduleSavePersistentPrefs();
return true;
}

Powered by Google App Engine
This is Rietveld 408576698