| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 664dbb8c8b7b9781dadb8e473229ed5426955423..d81077a37d3a5f4bae2264fdb9854e3995056584 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -353,6 +353,9 @@ const char kEnableFastUnload[] = "enable-fast-unload";
|
| // Enables the Material Design feedback form.
|
| const char kEnableMaterialDesignFeedback[] = "enable-md-feedback";
|
|
|
| +// Enables the material redesign of the Incognito NTP.
|
| +const char kEnableMaterialDesignIncognitoNTP[] = "enable-md-incognito-ntp";
|
| +
|
| // Enables the Material Design policy page at chrome://md-policy.
|
| const char kEnableMaterialDesignPolicyPage[] = "enable-md-policy-page";
|
|
|
|
|