Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c02bacc0842cba13c1dee3d3e04a1986ae3333a1..c5d718907cfd090a1164f441e778af3513266637 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1318,6 +1318,12 @@ const char kDisableAutoHidingToolbarThreshold[] = |
"disable-auto-hiding-toolbar-threshold"; |
#endif // defined(OS_ANDROID) |
+// Enables support for the Brotli Content-encoding. |
xunjieli
2015/11/17 16:16:12
nit: s/Content-encoding/Content-Encoding
same for
eustas
2015/11/17 17:57:20
Done.
|
+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( |