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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h

Issue 937513003: Add Data Saver support to Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nit Created 5 years, 7 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
« no previous file with comments | « components/data_reduction_proxy.gypi ('k') | net/url_request/url_request_context_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
index 0721dab5ff93e8dd272940a0ca6c3c5227065d6b..82cdf1eb52a26fecc7b35e097b13e08228e4d4ed 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
@@ -40,19 +40,20 @@ extern const char kExperimentsOption[];
extern const char kAndroidWebViewProtocolVersion[];
#endif
-#define CLIENT_ENUMS_LIST \
- CLIENT_ENUM(UNKNOWN, "") \
- CLIENT_ENUM(WEBVIEW_ANDROID, "webview") \
- CLIENT_ENUM(CHROME_ANDROID, "android") \
- CLIENT_ENUM(CHROME_IOS, "ios") \
- CLIENT_ENUM(CHROME_MAC, "mac") \
- CLIENT_ENUM(CHROME_CHROMEOS, "chromeos") \
- CLIENT_ENUM(CHROME_LINUX, "linux") \
- CLIENT_ENUM(CHROME_WINDOWS, "win") \
- CLIENT_ENUM(CHROME_FREEBSD, "freebsd") \
- CLIENT_ENUM(CHROME_OPENBSD, "openbsd") \
- CLIENT_ENUM(CHROME_SOLARIS, "solaris") \
- CLIENT_ENUM(CHROME_QNX, "qnx")
+#define CLIENT_ENUMS_LIST \
+ CLIENT_ENUM(UNKNOWN, "") \
+ CLIENT_ENUM(CRONET_ANDROID, "cronet") \
+ CLIENT_ENUM(WEBVIEW_ANDROID, "webview") \
+ CLIENT_ENUM(CHROME_ANDROID, "android") \
+ CLIENT_ENUM(CHROME_IOS, "ios") \
+ CLIENT_ENUM(CHROME_MAC, "mac") \
+ CLIENT_ENUM(CHROME_CHROMEOS, "chromeos") \
+ CLIENT_ENUM(CHROME_LINUX, "linux") \
+ CLIENT_ENUM(CHROME_WINDOWS, "win") \
+ CLIENT_ENUM(CHROME_FREEBSD, "freebsd") \
+ CLIENT_ENUM(CHROME_OPENBSD, "openbsd") \
+ CLIENT_ENUM(CHROME_SOLARIS, "solaris") \
+ CLIENT_ENUM(CHROME_QNX, "qnx")
#define CLIENT_ENUM(name, str_value) name,
typedef enum {
« no previous file with comments | « components/data_reduction_proxy.gypi ('k') | net/url_request/url_request_context_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698