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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h

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
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h
index abf56ea3191661f6d154a1ba97f494432f23ec6d..891e302cb97b6f61199b5f5bc8535cd1387440f7 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h
@@ -29,11 +29,6 @@ void RegisterSimpleProfilePrefs(PrefRegistrySimple* registry);
// reduction proxy.
void RegisterPrefs(PrefRegistrySimple* registry);
-// Migrates the prefs that are used to record compression statistics from |src|
-// to |dest|.
-// TODO(bengr): Remove this in M-43.
-void MigrateStatisticsPrefs(PrefService* src, PrefService* dest);
bengr 2016/10/27 18:28:37 Compression history data will be lost for users wh
tbansal1 2016/10/27 20:12:45 This is currently an unreachable function. I am no
tbansal1 2016/10/27 20:22:23 Dug more. It used to be called in chrome/browser/
-
} // namespace data_reduction_proxy
#endif // COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_PREFS_H_
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698