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

Unified Diff: chrome/browser/prefs/tracked/pref_hash_filter.cc

Issue 1102733002: Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs-add-reg-funcs
Patch Set: Created 5 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/prefs/tracked/pref_hash_filter.cc
diff --git a/chrome/browser/prefs/tracked/pref_hash_filter.cc b/chrome/browser/prefs/tracked/pref_hash_filter.cc
index c833f9915d1ad6594b25dfc560eb5b713896dff1..b6844ff9f60200790f4d7b177addba06849eb0bf 100644
--- a/chrome/browser/prefs/tracked/pref_hash_filter.cc
+++ b/chrome/browser/prefs/tracked/pref_hash_filter.cc
@@ -99,8 +99,7 @@ void PrefHashFilter::RegisterProfilePrefs(
// See GetResetTime for why this is a StringPref and not Int64Pref.
registry->RegisterStringPref(
prefs::kPreferenceResetTime,
- base::Int64ToString(base::Time().ToInternalValue()),
- user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
+ base::Int64ToString(base::Time().ToInternalValue()));
}
// static
« no previous file with comments | « chrome/browser/prefs/tracked/dictionary_hash_store_contents.cc ('k') | chrome/browser/printing/print_dialog_cloud.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698