| 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 a74f4408a6c39dc8ce5158e8f9c296d5a29e3b27..d21cc409474a0b64c8d03a74b630b9ece7d3ce32 100644
|
| --- a/components/cronet/url_request_context_config.h
|
| +++ b/components/cronet/url_request_context_config.h
|
| @@ -76,6 +76,11 @@ 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.
|
| + std::string data_reduction_proxy_key;
|
| + std::string data_reduction_primary_proxy;
|
| + std::string data_reduction_fallback_proxy;
|
| + std::string data_reduction_secure_proxy_check_url;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(URLRequestContextConfig);
|
|
|