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

Unified Diff: components/cronet/url_request_context_config_unittest.cc

Issue 2805053005: [Cronet] Enable Brotli (Closed)
Patch Set: restore 0x03 in test Created 3 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
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698