Chromium Code Reviews| 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 ca913c62df380d0bcae3c20a6545f9bc3102dc1a..94690a1f4c1ec984a6fa4a852ca0656fbd11d4f7 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 |
| @@ -20,8 +20,6 @@ class URLRequest; |
| namespace data_reduction_proxy { |
| -extern const char kProtocolVersion[]; |
| - |
| extern const char kClientAndroidWebview[]; |
| extern const char kClientChromeAndroid[]; |
| extern const char kClientChromeIOS[]; |
| @@ -34,7 +32,7 @@ class DataReductionProxyAuthRequestHandler { |
| // Constructs an authentication request handler. |
| explicit DataReductionProxyAuthRequestHandler( |
| - DataReductionProxyParams* params); |
| + DataReductionProxyParams* params, std::string version); |
|
bengr
2014/07/30 00:16:47
This should be const std::string& version and on i
megjablon
2014/07/30 20:37:17
Done.
|
| virtual ~DataReductionProxyAuthRequestHandler(); |