| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 70faaa04e2521b6244c770b9e1b5f8e9649abbbc..dbecaab478699c8731a457b329efa07489f52232 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -124,6 +124,7 @@ extern const char kEnableFastUnload[];
|
| extern const char kEnableGoogleBrandedContextMenu[];
|
| #endif // defined(GOOGLE_CHROME_BUILD)
|
| extern const char kEnableMaterialDesignExtensions[];
|
| +extern const char kEnableMaterialDesignFeedback[];
|
| extern const char kEnableMaterialDesignPolicyPage[];
|
| extern const char kEnableNaCl[];
|
| extern const char kEnableNativeNotifications[];
|
| @@ -394,6 +395,7 @@ extern const char kDisableInputImeAPI[];
|
|
|
| bool AboutInSettingsEnabled();
|
| bool MdExtensionsEnabled();
|
| +bool MdFeedbackEnabled();
|
| bool MdPolicyPageEnabled();
|
| bool PdfMaterialUIEnabled();
|
| bool SettingsWindowEnabled();
|
|
|