Chromium Code Reviews| Index: components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc |
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc |
| index 65535764d755a29ebeb81c0ecee72aa95f1c79cd..e0c00b0ebbeeabf8acd548ea12267e7f656d1c32 100644 |
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc |
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc |
| @@ -68,6 +68,7 @@ class TestDataReductionProxyNetworkDelegate : public net::NetworkDelegate { |
| scoped_refptr<HttpResponseHeaders>* override_response_headers, |
| GURL* allowed_unsafe_redirect_url) OVERRIDE { |
| data_reduction_proxy::MaybeBypassProxyAndPrepareToRetry( |
| + NULL, |
|
bengr
2014/07/16 01:40:10
You should also test that if you pass in non-NULL,
|
| test_data_reduction_proxy_params_, |
| request, |
| original_response_headers, |