| Index: components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h b/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h
|
| index 992b8b66e5e5d04435c02800d18ec686866f2c43..f142ea99128373bcb0e520fd92eb05093872e212 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h
|
| @@ -36,6 +36,9 @@ class DataReductionProxyParams;
|
|
|
| class DataReductionProxyAuthRequestHandler {
|
| public:
|
| + // Returns the version of Chromium that is being used.
|
| + static std::string ChromiumVersion();
|
| +
|
| static bool IsKeySetOnCommandLine();
|
|
|
| DataReductionProxyAuthRequestHandler(
|
|
|