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

Unified Diff: chrome/browser/about_flags.cc

Issue 2902013002: Implement a sketch of the new MD Incognito NTP on Android (Closed)
Patch Set: Addressed first coments. Created 3 years, 7 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
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/chrome_feature_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 6ec24dfc7d1567d2917c1f991665024fc115d301..2526ba7f81c210cdecec5576cfb50e0b72938c8c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2170,7 +2170,7 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(switches::kEnableMaterialDesignFeedback)},
{"enable-md-incognito-ntp",
flag_descriptions::kMaterialDesignIncognitoNTPName,
- flag_descriptions::kMaterialDesignIncognitoNTPDescription, kOsDesktop,
+ flag_descriptions::kMaterialDesignIncognitoNTPDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kMaterialDesignIncognitoNTP)},
{"enable-md-settings", flag_descriptions::kEnableMaterialDesignSettingsName,
flag_descriptions::kEnableMaterialDesignSettingsDescription, kOsDesktop,
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/chrome_feature_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698