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

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

Issue 533183002: Revert "Eliminate all code related to the AutomaticProfileResetter." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 3 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 3aceb621e7781a077f5cbf0c67906eec5804fe00..fe216e8d2137e1da2d37110f4db00689ca3ba3d8 100644
--- a/chrome/browser/prefs/pref_hash_filter.cc
+++ b/chrome/browser/prefs/pref_hash_filter.cc
@@ -31,10 +31,6 @@ 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