| 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 e11f1de1f56362a8d957c808b22f8ecf41998bab..22231d0d387b0a99fdb904e306d1dfcba9baa3c9 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") \
|
|
|