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

Unified Diff: chrome/common/chrome_features.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/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 3949411d8017577a9bb1f6dcbf7f27590ad778d0..3da2274e7b1ac83ac484f286b47aafbbeefaf2fa 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -192,6 +192,10 @@ extern const base::Feature kAcknowledgeNtpOverrideOnDeactivate{
const base::Feature kMaterialDesignHistory{"MaterialDesignHistory",
base::FEATURE_ENABLED_BY_DEFAULT};
+// The material redesign of the Incognito NTP.
+const base::Feature kMaterialDesignIncognitoNTP{
+ "MaterialDesignIncognitoNTP", base::FEATURE_DISABLED_BY_DEFAULT};
+
// Enables or disables the Material Design version of chrome://settings.
// Also affects chrome://help.
const base::Feature kMaterialDesignSettings{"MaterialDesignSettings",

Powered by Google App Engine
This is Rietveld 408576698