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 e4a3d4166439091c52b66716a8c044d69df7a354..08611a5c11c950b24b9ba955e5591ab515a6f7b6 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 |
@@ -32,6 +32,13 @@ extern const char kAndroidWebViewProtocolVersion[]; |
extern const char kClientAndroidWebview[]; |
extern const char kClientChromeAndroid[]; |
extern const char kClientChromeIOS[]; |
+extern const char kClientMac[]; |
bengr
2014/09/23 20:18:50
While you're here, would you please change the con
Not at Google. Contact bengr
2014/09/29 23:47:18
Done.
|
+extern const char kClientLinux[]; |
+extern const char kClientWindows[]; |
+extern const char kClientFreeBsd[]; |
+extern const char kClientOpenBsd[]; |
+extern const char kClientSolaris[]; |
+extern const char kClientQnx[]; |
class DataReductionProxyParams; |