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

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

Issue 2874773002: Add feature to control showing suggestion summaries. (Closed)
Patch Set: Add entries to enums.xml 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
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/browser/flag_descriptions.h » ('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 0c2a753eb0c43034fd3d657080b76170d3b75990..caac47d0d09f776328730f98d94897fdbf187327 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -53,6 +53,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kChromeHomeFeature,
&kChromeHomeExpandButton,
&kContentSuggestionsSettings,
+ &kContentSuggestionsShowSummary,
&kContextualSearchSingleActions,
&kContextualSearchUrlActions,
&kCustomContextMenu,
@@ -132,6 +133,9 @@ const base::Feature kChromeHomeExpandButton{"ChromeHomeExpandButton",
const base::Feature kContentSuggestionsSettings{
"ContentSuggestionsSettings", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kContentSuggestionsShowSummary{
+ "ContentSuggestionsShowSummary", base::FEATURE_ENABLED_BY_DEFAULT};
+
const base::Feature kContextualSearchSingleActions{
"ContextualSearchSingleActions", base::FEATURE_ENABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698