| 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 f3d9d05efda683d0bb8cc6ed9b12735f042fcbce..d99f26c08170fb1fd6c8a95b894adbb05c6c9c13 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.
|
| @@ -134,6 +136,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.
|
|
|