| 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};
|
|
|
|
|