Index: ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc |
diff --git a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc |
index babdeb6cbc0bf61d5cff10951753472c91590849..e33097849c9b3cb6a6de266d372d37642853b6e0 100644 |
--- a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc |
+++ b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc |
@@ -4,8 +4,6 @@ |
#include "ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.h" |
-#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_params.h" |
-#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h" |
#include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h" |
#include "components/prefs/pref_service.h" |
@@ -41,9 +39,6 @@ CreateIOSChromeDataReductionProxyIOData( |
IOSChromeDataReductionProxySettings::GetClient(), flags, net_log, |
io_task_runner, ui_task_runner, enabled, enable_quic, |
web::GetWebClient()->GetUserAgent(false))); |
- data_reduction_proxy_io_data->experiments_stats()->InitializeOnUIThread( |
- data_reduction_proxy::DataReductionProxyConfigRetrievalParams::Create( |
- prefs)); |
return data_reduction_proxy_io_data; |
} |