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

Unified Diff: chrome/browser/flag_descriptions.h

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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index e271f36f97cfa896c83560f8a37aae708a6c0c33..4a3fb818c2e11ab631e751e2761e744e2b398e3e 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -199,6 +199,15 @@ extern const char kMarkHttpAsDescription[];
extern const char kMarkHttpAsDangerous[];
+// Material Design of the Incognito NTP.
+
+// Name for the flag to enable the material redesign of the Incognito NTP.
+extern const char kMaterialDesignIncognitoNTPName[];
+
+// Description for the flag to enable the material redesign
+// of the Incognito NTP.
+extern const char kMaterialDesignIncognitoNTPDescription[];
+
// Name of the 'Save Page as MHTML' lab.
extern const char kSavePageAsMhtmlName[];

Powered by Google App Engine
This is Rietveld 408576698