| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 16a7f77ce76317a76c14d79bae693219bd79a330..f44c56631cdb4f836b1e625cf5cd61faef274ff0 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -130,6 +130,7 @@ extern const char kEnableFastUnload[];
|
| extern const char kEnableInsecureQuic[];
|
| extern const char kEnableMaterialDesignDownloads[];
|
| extern const char kEnableMaterialDesignExtensions[];
|
| +extern const char kEnableMaterialDesignPolicyPage[];
|
| extern const char kEnableMediaRouter[];
|
| extern const char kEnableNaCl[];
|
| extern const char kEnableNavigationTracing[];
|
| @@ -406,6 +407,7 @@ extern const char kDisableNewTaskManager[];
|
|
|
| bool AboutInSettingsEnabled();
|
| bool MdExtensionsEnabled();
|
| +bool MdPolicyPageEnabled();
|
| bool MediaRouterEnabled();
|
| bool PdfMaterialUIEnabled();
|
| bool SettingsWindowEnabled();
|
|
|