| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index bb2ccdec045537bc31476ffb9c7a7c44f48059c8..ef278e53813caa30078040a227518dbfcd9db360 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -399,6 +399,9 @@ extern const char kDisallowUncheckedDangerousDownloads[];
|
| extern const char kDisableNewTaskManager[];
|
| #endif // defined(ENABLE_TASK_MANAGER)
|
|
|
| +extern const char kEnableBrotli[];
|
| +extern const char kDisableBrotli[];
|
| +
|
| bool AboutInSettingsEnabled();
|
| bool MdExtensionsEnabled();
|
| bool MdPolicyPageEnabled();
|
|
|