Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 2980249f46471cccaf44d2afaf0c5f74cdc2e769..d34c679aa043f6a06556ef838202b10cc7aa062f 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -192,6 +192,15 @@ const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages"; |
const char kMarkHttpAsDangerous[] = "Always mark HTTP as actively dangerous"; |
+// Material design of the Incognito NTP. |
+ |
+extern const char kMaterialDesignIncognitoNTPName[] = |
+ "Material Design Incognito NTP."; |
+ |
+extern const char kMaterialDesignIncognitoNTPDescription[] = |
+ "If enabled, the Incognito New Tab page uses the new material design " |
+ "with a better readable text."; |
+ |
const char kSavePageAsMhtmlName[] = "Save Page as MHTML"; |
const char kSavePageAsMhtmlDescription[] = |