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

Unified Diff: chrome/browser/chromeos/login/signed_settings_temp_storage.cc

Issue 6905044: Refactor preference syncing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review Created 9 years, 8 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/chromeos/login/signed_settings_temp_storage.cc
diff --git a/chrome/browser/chromeos/login/signed_settings_temp_storage.cc b/chrome/browser/chromeos/login/signed_settings_temp_storage.cc
index 8120d0b818ba7323a698af6e1fc8f1bfbe03f77b..dcbe6565a47c415dc2696a2ad65d982b77a07861 100644
--- a/chrome/browser/chromeos/login/signed_settings_temp_storage.cc
+++ b/chrome/browser/chromeos/login/signed_settings_temp_storage.cc
@@ -19,7 +19,8 @@ namespace chromeos {
// static
void SignedSettingsTempStorage::RegisterPrefs(PrefService* local_state) {
- local_state->RegisterDictionaryPref(prefs::kSignedSettingsTempStorage);
+ local_state->RegisterDictionaryPref(prefs::kSignedSettingsTempStorage,
+ false /* don't sync pref */);
}
// static

Powered by Google App Engine
This is Rietveld 408576698