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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2408643002: Remove unused pre-material NTP styling. (Closed)
Patch Set: Created 4 years, 2 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/browser/android/chrome_feature_list.h ('k') | chrome/browser/android/logo_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 60443cf24aa954299a8c79e34b85767c61635241..c340f74566a2e3547647b4b9a18dc32d976feb4f 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -42,7 +42,6 @@ const base::Feature* kFeaturesExposedToJava[] = {
&ntp_snippets::kContentSuggestionsFeature,
&ntp_snippets::kSaveToOfflineFeature,
&kNTPFakeOmniboxTextFeature,
- &kNTPMaterialDesign,
&kNTPOfflinePagesFeature,
&kPhysicalWebFeature,
&kPhysicalWebIgnoreOtherClientsFeature,
@@ -69,9 +68,6 @@ const base::Feature kDownloadsUiFeature{"DownloadsUi",
const base::Feature kImportantSitesInCBD{"ImportantSitesInCBD",
base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kNTPMaterialDesign{"NTPMaterialDesign",
- base::FEATURE_ENABLED_BY_DEFAULT};
-
const base::Feature kNTPOfflinePagesFeature{"NTPOfflinePages",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/browser/android/logo_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698