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