Index: components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc |
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc |
index 676cbf58a8200ea1b9b34a4c51b8592e2c29e4de..ce1c7d1fd35ce116c0b7198919611023464a931c 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc |
@@ -35,6 +35,13 @@ const char kAndroidWebViewProtocolVersion[] = ""; |
const char kClientAndroidWebview[] = "webview"; |
const char kClientChromeAndroid[] = "android"; |
const char kClientChromeIOS[] = "ios"; |
+const char kClientMac[] = "mac"; |
+const char kClientLinux[] = "linux"; |
+const char kClientWindows[] = "win"; |
+const char kClientFreeBsd[] = "freebsd"; |
+const char kClientOpenBsd[] = "openbsd"; |
+const char kClientSolaris[] = "solaris"; |
+const char kClientQnx[] = "qnx"; |
bengr
2014/09/23 20:18:50
Please add chromeos while you're at it.
Not at Google. Contact bengr
2014/09/29 23:47:18
Done.
|
// static |
bool DataReductionProxyAuthRequestHandler::IsKeySetOnCommandLine() { |