| Index: components/cronet/url_request_context_config_unittest.cc
|
| diff --git a/components/cronet/url_request_context_config_unittest.cc b/components/cronet/url_request_context_config_unittest.cc
|
| index bbff7005a7929341bfffd5e619fe49bd7d18bd36..cf8e30536f3b26256ecce0b4fd8a9ddc58748047 100644
|
| --- a/components/cronet/url_request_context_config_unittest.cc
|
| +++ b/components/cronet/url_request_context_config_unittest.cc
|
| @@ -29,6 +29,8 @@ TEST(URLRequestContextConfigTest, TestExperimentalOptionParsing) {
|
| true,
|
| // Enable SDCH.
|
| false,
|
| + // Enable Brotli.
|
| + false,
|
| // Type of http cache.
|
| URLRequestContextConfig::HttpCacheType::DISK,
|
| // Max size of http cache in bytes.
|
| @@ -135,6 +137,8 @@ TEST(URLRequestContextConfigTest, SetQuicConnectionMigrationOptions) {
|
| true,
|
| // Enable SDCH.
|
| false,
|
| + // Enable Brotli.
|
| + false,
|
| // Type of http cache.
|
| URLRequestContextConfig::HttpCacheType::DISK,
|
| // Max size of http cache in bytes.
|
|
|