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

Unified Diff: ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc

Issue 1683953002: Remove unused DataReductionProxy code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: 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;
}

Powered by Google App Engine
This is Rietveld 408576698