Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index f71178a3825d4f6775513cb92e03c13d4b0dcdd5..da16611216fb8e1b3726b6ae48db2656280fc424 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1337,6 +1337,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( |