| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 4dbc24ad80992b904d6f657bb9a6c926e4cac054..0aef3d7319887c22c7e196c9cb69d56564b2026d 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -393,6 +393,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();
|
|
|