| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h
|
| index 5111ec223fe5ea3555c633d7f152f4dab7a8bfb8..db75fd5cec8ccbdbc78090e109696ee68a69ab79 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h
|
| @@ -49,10 +49,6 @@ class DataReductionProxyBypassProtocol {
|
| DataReductionProxyBypassType* proxy_bypass_type,
|
| DataReductionProxyInfo* data_reduction_proxy_info);
|
|
|
| - // Returns true if the request method is idempotent. Only idempotent requests
|
| - // are retried on a bypass. Visible as part of the public API for testing.
|
| - static bool IsRequestIdempotent(const net::URLRequest* request);
|
| -
|
| private:
|
| // Must outlive |this|.
|
| DataReductionProxyConfig* config_;
|
|
|