Index: components/cronet/url_request_context_config.h |
diff --git a/components/cronet/url_request_context_config.h b/components/cronet/url_request_context_config.h |
index 30530f5d81771a461fddb50a746a0a55d8a4d4b8..2f0d3657cb353999f1c2b8ca383b31c8cbf81d5f 100644 |
--- a/components/cronet/url_request_context_config.h |
+++ b/components/cronet/url_request_context_config.h |
@@ -74,6 +74,10 @@ struct URLRequestContextConfig { |
ScopedVector<QuicHint> quic_hints; |
// Comma-separted list of QUIC connection options. |
std::string quic_connection_options; |
+ // Enable Data Reduction Proxy with authentication key. |
+ bool enable_data_reduction_proxy; |
+ std::string data_reduction_proxy_key; |
+ std::string data_reduction_proxy_options; |
private: |
DISALLOW_COPY_AND_ASSIGN(URLRequestContextConfig); |