| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index c11429fd5fe19002ab3842687db5cf1af9cc725a..f07e867be994df9a7868431af09b1c495406e241 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -65,6 +65,15 @@ extern const char kEnableMaterialDesignFeedbackName[];
|
| // Description for the flag to enable the material design feedback UI.
|
| extern const char kEnableMaterialDesignFeedbackDescription[];
|
|
|
| +// Material Design of the Incognito NTP.
|
| +
|
| +// Name for the flag to enable the material redesign of the Incognito NTP.
|
| +extern const char kEnableMaterialDesignIncognitoNTPName[];
|
| +
|
| +// Description for the flag to enable the material redesign
|
| +// of the Incognito NTP.
|
| +extern const char kEnableMaterialDesignIncognitoNTPDescription[];
|
| +
|
| // Report URL to SafeSearch
|
|
|
| // Name for the flag to enable reporting URLs to SafeSearch.
|
|
|