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

Unified Diff: chrome/browser/flag_descriptions.h

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.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.

Powered by Google App Engine
This is Rietveld 408576698