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

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

Issue 1806313002: Add a flag to disable to New Tab Page toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 9 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') | no next file » | 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 e55170f19f27db7693471cef671953e4a7ff3244..d7c4987ab36000ab8121c41ae3b212065b0f0d28 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -28,6 +28,7 @@ namespace {
const base::Feature* kFeaturesExposedToJava[] = {
&kNTPOfflinePagesFeature,
&kNTPSnippetsFeature,
+ &kNTPToolbarFeature,
&kPhysicalWebFeature,
&features::kSimplifiedFullscreenUI,
&offline_pages::kOfflinePagesBackgroundLoadingFeature,
@@ -43,6 +44,10 @@ const base::Feature kNTPSnippetsFeature {
"NTPSnippets", base::FEATURE_DISABLED_BY_DEFAULT
};
+const base::Feature kNTPToolbarFeature {
+ "NTPToolbar", base::FEATURE_ENABLED_BY_DEFAULT
+};
+
const base::Feature kPhysicalWebFeature {
"PhysicalWeb", base::FEATURE_DISABLED_BY_DEFAULT
};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698