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

Unified Diff: chrome/browser/about_flags.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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7e3b7ad9ae4050ef6e0766ecc19dc4ed75333d8d..65cef2a5446dbbf0d2ca644b844540fb4dd14ac1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2070,6 +2070,10 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-md-history", flag_descriptions::kEnableMaterialDesignHistoryName,
flag_descriptions::kEnableMaterialDesignHistoryDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kMaterialDesignHistory)},
+ {"enable-md-incognito-ntp",
+ flag_descriptions::kMaterialDesignIncognitoNTPName,
+ flag_descriptions::kMaterialDesignIncognitoNTPDescription, kOsDesktop,
+ FEATURE_VALUE_TYPE(features::kMaterialDesignIncognitoNTP)},
{"enable-md-settings", flag_descriptions::kEnableMaterialDesignSettingsName,
flag_descriptions::kEnableMaterialDesignSettingsDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kMaterialDesignSettings)},
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/ntp4/md_incognito_tab.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698