Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 8ddd09e27d5235f0175fd6ef80bf2c61a1eb2cc0..fa33dcc09a2ba22419b5a997420409e93f9b718e 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -670,7 +670,7 @@ void ProfileImpl::DoFinalInit() { |
g_browser_process->local_state(), |
base::MessageLoopProxy::current(), |
commit_delay)); |
- data_reduction_proxy_chrome_settings->SetDataReductionProxyStatisticsPrefs( |
+ data_reduction_proxy_chrome_settings->SetDataReductionProxyStatistics( |
sgurun-gerrit only
2014/10/17 20:29:38
same here. why change name?
bengr
2014/10/17 23:40:27
I like the name change, because the statistics obj
|
data_reduction_proxy_statistics_prefs.get()); |
// Make sure we initialize the ProfileIOData after everything else has been |