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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc

Issue 2447013003: Remove unused DRP code for migrating prefs (Closed)
Patch Set: Created 4 years, 2 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: components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc
index 52acb0cc4bf8003e0c0a55e160a609084c2bb6cf..cd72646424fda4f4e3536897d2ebbcd313148bd3 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc
@@ -233,10 +233,5 @@ const char kLoFiWasUsedThisSession[] =
const char kSimulatedConfigRetrieveTime[] =
"data_reduction.simulated_config_retrieve_time";
-// A boolean specifying whether the data reduction proxy statistics preferences
-// have migrated from local state to the profile.
-const char kStatisticsPrefsMigrated[] =
- "data_reduction.statistics_prefs_migrated";
-
} // namespace prefs
} // namespace data_reduction_proxy

Powered by Google App Engine
This is Rietveld 408576698