Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 90584bb74ac060ae310e4343df4c6e3bc09bc14d..c97532c626eceb547dc7a78ad94457c986587505 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1320,6 +1320,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( |