| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 82f5f5cc8bda41e750961c9a4af18d1ac62bba22..c255ad0cc7aaed4f2fa19a7eb62f5f7eaa2e632b 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -132,6 +132,7 @@ extern const char kEnableFastUnload[];
|
| extern const char kEnableFeatures[];
|
| extern const char kEnableInsecureQuic[];
|
| extern const char kEnableMaterialDesignDownloads[];
|
| +extern const char kEnableMaterialDesignExtensions[];
|
| extern const char kEnableMaterialDesignSettings[];
|
| extern const char kEnableMediaRouter[];
|
| extern const char kEnableNaCl[];
|
| @@ -401,6 +402,7 @@ extern const char kDisableNewTaskManager[];
|
| #endif // defined(ENABLE_TASK_MANAGER)
|
|
|
| bool AboutInSettingsEnabled();
|
| +bool MdExtensionsEnabled();
|
| bool MdSettingsEnabled();
|
| bool MediaRouterEnabled();
|
| bool PdfMaterialUIEnabled();
|
|
|