Index: components/cronet/url_request_context_config.cc |
diff --git a/components/cronet/url_request_context_config.cc b/components/cronet/url_request_context_config.cc |
index 0aa208977dd12a6d5289c99fd788f968b6b0b54b..10abef8d29b37d7bbbc049316a214e73c9e32026 100644 |
--- a/components/cronet/url_request_context_config.cc |
+++ b/components/cronet/url_request_context_config.cc |
@@ -103,6 +103,18 @@ void URLRequestContextConfig::RegisterJSONConverter( |
converter->RegisterStringField( |
REQUEST_CONTEXT_CONFIG_QUIC_OPTIONS, |
&URLRequestContextConfig::quic_connection_options); |
+ converter->RegisterStringField( |
+ REQUEST_CONTEXT_CONFIG_DATA_REDUCTION_PRIMARY_PROXY, |
+ &URLRequestContextConfig::data_reduction_primary_proxy); |
+ converter->RegisterStringField( |
+ REQUEST_CONTEXT_CONFIG_DATA_REDUCTION_FALLBACK_PROXY, |
+ &URLRequestContextConfig::data_reduction_fallback_proxy); |
+ converter->RegisterStringField( |
+ REQUEST_CONTEXT_CONFIG_DATA_REDUCTION_SECURE_PROXY_CHECK_URL, |
+ &URLRequestContextConfig::data_reduction_secure_proxy_check_url); |
+ converter->RegisterStringField( |
+ REQUEST_CONTEXT_CONFIG_DATA_REDUCTION_PROXY_KEY, |
+ &URLRequestContextConfig::data_reduction_proxy_key); |
} |
} // namespace cronet |