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

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

Issue 1889873005: Record Lo-Fi NQE prediction accuracy at different intervals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed asvitkine comments Created 4 years, 8 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_delegate_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
index ee5ddfb3f913bc17525247caba4ea5e60aa2befb..89a1fafbbc2856b428420c3aa230926a906cec38 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
@@ -146,8 +146,9 @@ TEST(DataReductionProxyDelegate, IsTrustedSpdyProxy) {
std::unique_ptr<DataReductionProxyConfig> config(
new DataReductionProxyConfig(
- test_context->net_log(), std::move(config_values),
- test_context->configurator(), test_context->event_creator()));
+ message_loop_.task_runner(), test_context->net_log(),
+ std::move(config_values), test_context->configurator(),
+ test_context->event_creator()));
DataReductionProxyDelegate delegate(
test_context->io_data()->request_options(), config.get(),

Powered by Google App Engine
This is Rietveld 408576698