| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_util.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h
|
| index be0a16dabfffc724d58b06c0f795f260e5bc0e11..811faa9025f2bfb8189605d611eff13a3c89140e 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h
|
| @@ -66,9 +66,6 @@ void GetChromiumBuildAndPatchAsInts(const std::string& version_string,
|
| // Get the human-readable version of |client|.
|
| const char* GetStringForClient(Client client);
|
|
|
| -// Returns true if the request method is idempotent.
|
| -bool IsMethodIdempotent(const std::string& method);
|
| -
|
| GURL AddApiKeyToUrl(const GURL& url);
|
|
|
| // Returns whether this is valid for data reduction proxy use. |proxy_info|
|
|
|