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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2804823002: Revamp the Incognito NTP on Desktop (Closed)
Patch Set: 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 9ff4142425f93087a2d5f6b5ea50dbc7a5becd07..e3e97431acef333bc9614f6b291dd03a7999394a 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -60,6 +60,15 @@ const char kEnableMaterialDesignFeedbackDescription[] =
"If enabled, reporting an issue will load the Material Design feedback "
"UI.";
+// Material design of the Incognito NTP.
+
+extern const char kEnableMaterialDesignIncognitoNTPName[] =
+ "Material Design Incognito NTP.";
+
+extern const char kEnableMaterialDesignIncognitoNTPDescription[] =
+ "If enabled, the Incognito New Tab page uses the new material design "
+ "with a better readable text.";
+
// Report URL to SafeSearch
const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";

Powered by Google App Engine
This is Rietveld 408576698