Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc |
index fbd30d73e1d0f3e10a01688295b58e8f71bc493b..89276ff837356a41c123bf146fbb00a3eebc7999 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc |
@@ -125,6 +125,7 @@ void RegisterSimpleProfilePrefs(PrefRegistrySimple* registry) { |
// Add any new data reduction proxy prefs to the |pref_map_| or the |
// |list_pref_map_| in Init() of DataReductionProxyCompressionStats. |
void RegisterPrefs(PrefRegistrySimple* registry) { |
+ registry->RegisterStringPref(prefs::kDataReductionProxy, std::string()); |
registry->RegisterInt64Pref( |
prefs::kHttpReceivedContentLength, 0); |
registry->RegisterInt64Pref( |