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

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

Issue 1054363002: Update DataReductionProxyNetworkDelegate/BypassStats to post tasks safely. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr CR comments Created 5 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_bypass_protocol_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
index 6e56240ba684458ee1ddb12b13d21cb03ab0d02a..1753b3867c3fadd593456280a5f6392448732743 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
@@ -120,8 +120,7 @@ class DataReductionProxyProtocolTest : public testing::Test {
context_->set_http_user_agent_settings(&http_user_agent_settings_);
bypass_stats_.reset(new DataReductionProxyBypassStats(
test_context_->config(),
- test_context_->unreachable_callback(),
- test_context_->task_runner()));
+ test_context_->unreachable_callback()));
DataReductionProxyInterceptor* interceptor =
new DataReductionProxyInterceptor(test_context_->config(),

Powered by Google App Engine
This is Rietveld 408576698