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

Unified Diff: components/user_prefs/tracked/pref_hash_filter.cc

Issue 2598033004: Remove old default search preferences. (Closed)
Patch Set: Fixed after review, round 1 Created 4 years 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: components/user_prefs/tracked/pref_hash_filter.cc
diff --git a/components/user_prefs/tracked/pref_hash_filter.cc b/components/user_prefs/tracked/pref_hash_filter.cc
index 1101080cd76db95717be6db8ce0a73c33afe465e..b1fa9d8d6f545053b2a7d782851a0839e349add0 100644
--- a/components/user_prefs/tracked/pref_hash_filter.cc
+++ b/components/user_prefs/tracked/pref_hash_filter.cc
@@ -34,12 +34,10 @@ void CleanupDeprecatedTrackedPreferences(
// Add deprecated previously tracked preferences below for them to be cleaned
// up from both the pref files and the hash store.
static const char* const kDeprecatedTrackedPreferences[] = {
- // TODO(grt): Remove in M44+.
- "safebrowsing.incident_report_sent",
- // TODO(mad): Remove in M48+.
- "software_reporter.prompt_reason",
- // TODO(zea): Remove in M52+,
- "sync.remaining_rollback_tries"
+ // TODO(a-v-y): Remove in M60+.
+ "default_search_provider.search_url",
+ "default_search_provider.name",
+ "default_search_provider.keyword"
gab 2017/01/05 19:35:27 nit: trailing comma as was the case previously
Alexander Yashkin 2017/01/09 06:11:38 Done
};
for (size_t i = 0; i < arraysize(kDeprecatedTrackedPreferences); ++i) {

Powered by Google App Engine
This is Rietveld 408576698