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

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

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit from dbeam@, using new tracked preference deprecation. 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/pref_hash_filter.cc
diff --git a/chrome/browser/prefs/pref_hash_filter.cc b/chrome/browser/prefs/pref_hash_filter.cc
index fe216e8d2137e1da2d37110f4db00689ca3ba3d8..3aceb621e7781a077f5cbf0c67906eec5804fe00 100644
--- a/chrome/browser/prefs/pref_hash_filter.cc
+++ b/chrome/browser/prefs/pref_hash_filter.cc
@@ -31,6 +31,10 @@ void CleanupDeprecatedTrackedPreferences(
static const char* kDeprecatedTrackedPreferences[] = {
// TODO(gab): Remove in M41+.
"extensions.known_disabled",
+#if !defined(OS_ANDROID)
+ // TODO(engedy): Remove this in M42 or later. See crbug.com/398813.
+ "profile.reset_prompt_memento",
+#endif
};
for (size_t i = 0; i < arraysize(kDeprecatedTrackedPreferences); ++i) {
« no previous file with comments | « chrome/browser/prefs/chrome_pref_service_factory.cc ('k') | chrome/browser/profile_resetter/automatic_profile_resetter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698