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

Unified Diff: chrome/browser/android/chrome_feature_list.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/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index f9c5b8f4a916265161558195c4dee51e2ff3e7c0..3b545b333ac7b9d71ec8df1f2796d88216a3d008 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -52,7 +52,6 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kCCTPostMessageAPI,
&kChromeHomeFeature,
&kChromeHomeExpandButton,
- &kChromeHomeNtpRedesign,
&kContentSuggestionsSettings,
&kContentSuggestionsShowSummary,
&kContextualSearchSingleActions,
@@ -133,9 +132,6 @@ const base::Feature kChromeHomeFeature{"ChromeHome",
const base::Feature kChromeHomeExpandButton{"ChromeHomeExpandButton",
base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kChromeHomeNtpRedesign{"ChromeHomeNtpRedesign",
- base::FEATURE_DISABLED_BY_DEFAULT};
-
const base::Feature kContentSuggestionsSettings{
"ContentSuggestionsSettings", base::FEATURE_DISABLED_BY_DEFAULT};

Powered by Google App Engine
This is Rietveld 408576698