| 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;
|
|
|