Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h

Issue 596053003: Add client type in chrome-proxy header for desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extension
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698