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 3057899fe128804af57815293ed54283ee971b67..60185b9f6f0d0e1fb1ddbbd0bb6be916a7cf48e6 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 |
@@ -65,6 +65,7 @@ class TestDataReductionProxyNetworkDelegate : public net::NetworkDelegate { |
scoped_refptr<HttpResponseHeaders>* override_response_headers, |
GURL* allowed_unsafe_redirect_url) OVERRIDE { |
data_reduction_proxy::MaybeBypassProxyAndPrepareToRetry( |
+ net::ProxyService::DataReductionProxyBypassType::BYPASS_EVENT_TYPE_MAX, |
test_data_reduction_proxy_params_, |
request, |
original_response_headers, |