Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1494)

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2804823002: Revamp the Incognito NTP on Desktop (Closed)
Patch Set: Addressed comments. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index e42bd86f598bf20586231b4f56d7a5905b3c457b..f368546d7bc858c38563ca8a6c9da56e9b4c3e62 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[] =

Powered by Google App Engine
This is Rietveld 408576698