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

Unified Diff: components/cronet/url_request_context_config.h

Issue 1085903002: Enable Sdch in Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: constants Created 5 years, 8 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
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..a74f4408a6c39dc8ce5158e8f9c296d5a29e3b27 100644
--- a/components/cronet/url_request_context_config.h
+++ b/components/cronet/url_request_context_config.h
@@ -58,6 +58,8 @@ struct URLRequestContextConfig {
bool enable_quic;
// Enable SPDY.
bool enable_spdy;
+ // Enable SDCH.
+ bool enable_sdch;
// Type of http cache: "HTTP_CACHE_DISABLED", "HTTP_CACHE_DISK" or
// "HTTP_CACHE_IN_MEMORY".
std::string http_cache;
« no previous file with comments | « components/cronet/android/url_request_context_adapter.cc ('k') | components/cronet/url_request_context_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698