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

Unified Diff: chrome/browser/prefs/chrome_pref_service_factory.cc

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Language nit. Created 6 years, 5 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/chrome_pref_service_factory.cc
diff --git a/chrome/browser/prefs/chrome_pref_service_factory.cc b/chrome/browser/prefs/chrome_pref_service_factory.cc
index c4bc31475bccb465d3b194a27afb0b735487749b..c2a6e13aeef0b8382b5785847ae0201643446fad 100644
--- a/chrome/browser/prefs/chrome_pref_service_factory.cc
+++ b/chrome/browser/prefs/chrome_pref_service_factory.cc
@@ -161,8 +161,10 @@ const PrefHashFilter::TrackedPreferenceMetadata kTrackedPrefs[] = {
},
#endif
{
+ // This pref has been deprecated, leave it here for now for it to be
+ // properly mapped back to Preferences and cleaned up from there.
13, prefs::kProfileResetPromptMemento,
- PrefHashFilter::ENFORCE_ON_LOAD,
+ PrefHashFilter::NO_ENFORCEMENT,
PrefHashFilter::TRACKING_STRATEGY_ATOMIC
},
{

Powered by Google App Engine
This is Rietveld 408576698