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

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

Issue 2504963004: Record time to first data reduction proxy request (Closed)
Patch Set: Rebased Created 4 years, 1 month 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_interceptor_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
index 11b7b1eb809e17b0cd0f1a36798d3b0b84d067d8..c5fca6414b1f3c0872a29db8fa8dbc3127b6628e 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
@@ -291,7 +291,8 @@ class DataReductionProxyInterceptorEndToEndTest : public testing::Test {
.Build();
drp_test_context_->AttachToURLRequestContext(&context_storage_);
context_.set_client_socket_factory(&mock_socket_factory_);
- proxy_delegate_ = drp_test_context_->io_data()->CreateProxyDelegate();
+ proxy_delegate_ =
+ drp_test_context_->io_data()->CreateProxyDelegateForTesting();
context_.set_proxy_delegate(proxy_delegate_.get());
context_.Init();
drp_test_context_->EnableDataReductionProxyWithSecureProxyCheckSuccess();

Powered by Google App Engine
This is Rietveld 408576698