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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc

Issue 903213003: Enable QUIC for proxies based on Finch config and command line switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO Created 5 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: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
index 3da049ec785ae25a331bbb0bc49b0336955a405f..d593443a93aa92e9e8e2cbb8cde44b0b6e3b7f2a 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
@@ -594,7 +594,7 @@ class DataReductionProxyUsageStatsEndToEndTest : public testing::Test {
&context_, loop_.message_loop_proxy());
settings_->InitDataReductionProxySettings(
&simple_prefs_, io_data_->PassStatisticsPrefs(), context_getter_.get(),
- &net_log_, io_data_->event_store());
+ &net_log_, io_data_->event_store(), false);
io_data_->SetDataReductionProxyStatisticsPrefs(
settings_->statistics_prefs());

Powered by Google App Engine
This is Rietveld 408576698