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

Unified Diff: chrome/browser/about_flags.cc

Issue 2891343003: [Home] Make the new NTP over the tab switcher design the default (Closed)
Patch Set: [Home] Make the new NTP over the tab switcher design the default 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8559ba21531e92b7a2f2a2ec65c164480153549c..887036e90fc5788a3e78db96dbe11830dbcb23c1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1722,10 +1722,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kChromeHomeExpandButtonName,
flag_descriptions::kChromeHomeExpandButtonDescription, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kChromeHomeExpandButton)},
- {"enable-chrome-home-ntp-design",
- flag_descriptions::kChromeHomeNtpRedesignName,
- flag_descriptions::kChromeHomeNtpRedesignDescription, kOsAndroid,
- FEATURE_VALUE_TYPE(chrome::android::kChromeHomeNtpRedesign)},
#endif // OS_ANDROID
#if defined(OS_ANDROID)
{"enable-iph-demo-mode", flag_descriptions::kEnableIphDemoModeName,

Powered by Google App Engine
This is Rietveld 408576698