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..eaea0bb557253792c55d1baada077bd349ce6142 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 |
@@ -49,8 +49,6 @@ void HeadersToRaw(std::string* headers) { |
namespace data_reduction_proxy { |
-// A test network delegate that exercises the bypass logic of the data |
-// reduction proxy. |
class TestDataReductionProxyNetworkDelegate : public net::NetworkDelegate { |
public: |
TestDataReductionProxyNetworkDelegate( |
@@ -65,6 +63,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, |