| 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 e5f7ce13931ad443e4b2105a966dfd6cbe2a6be3..d0a29464bad580f93f63e672d4f6a4fb76c52a0a 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
|
| @@ -41,6 +41,7 @@ extern const char kAndroidWebViewProtocolVersion[];
|
|
|
| #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") \
|
|
|