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

Unified Diff: chrome/browser/about_flags.cc

Issue 2804823002: Revamp the Incognito NTP on Desktop (Closed)
Patch Set: Font sizes 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 d52f7355119297e2b95d40f09d3b034f4e81b4cd..115cb06d31834a1f34f0ec20a442f7ec6968efc7 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1975,6 +1975,10 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-md-history", flag_descriptions::kEnableMaterialDesignHistoryName,
flag_descriptions::kEnableMaterialDesignHistoryDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kMaterialDesignHistory)},
+ {"enable-md-incognito-ntp",
Dan Beam 2017/04/20 18:27:51 fwiw: the new tab page is already material design.
msramek 2017/04/21 12:20:36 I know that the native tab UI has been materialize
+ 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.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698