Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: components/cronet/url_request_context_config.h

Issue 937513003: Add Data Saver support to Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nit Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet/cronet_static.gypi ('k') | components/cronet/url_request_context_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/cronet/cronet_static.gypi ('k') | components/cronet/url_request_context_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698