| 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 e44a9c2143f12741ff1dd992fb535b39d6b1dfe8..16633451bc98feea741afbac1f51c842df24a4d9 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 | 
| @@ -783,7 +783,7 @@ class DataReductionProxyBypassProtocolEndToEndTest : public testing::Test { | 
| } | 
|  | 
| void AttachToContextAndInit() { | 
| -    drp_test_context_->AttachToURLRequestContext(storage_.get()); | 
| +    drp_test_context_->AttachToURLRequestContext(storage_.get(), false); | 
| context_->Init(); | 
| } | 
|  | 
|  |