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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added BrotliSlowRead to u_r_j_unittest Created 5 years 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 9443ec0d1d39a115b34bb751c868723ff3af010d..a8a5217a87237e15e510bca48315038f4e3ac5ea 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1331,6 +1331,12 @@ const char kDisableAutoHidingToolbarThreshold[] =
"disable-auto-hiding-toolbar-threshold";
#endif // defined(OS_ANDROID)
+// Enables support for the Brotli Content-Encoding.
+const char kEnableBrotli[] = "enable-brotli";
+
+// Disables support for the Brotli Content-Encoding.
+const char kDisableBrotli[] = "disable-brotli";
+
bool AboutInSettingsEnabled() {
return SettingsWindowEnabled() &&
!base::CommandLine::ForCurrentProcess()->HasSwitch(

Powered by Google App Engine
This is Rietveld 408576698