| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 67908f26deb9b9024dd00c9e503a7fb8f61a82de..5b5640eef460aacee4b44a884a21a3c6dd3e0d4a 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -398,6 +398,9 @@ extern const char kDisableNewTaskManager[];
|
| extern const char kEnableWaylandServer[];
|
| #endif
|
|
|
| +extern const char kEnableBrotli[];
|
| +extern const char kDisableBrotli[];
|
| +
|
| bool AboutInSettingsEnabled();
|
| bool MdExtensionsEnabled();
|
| bool MdHistoryEnabled();
|
|
|