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

Unified Diff: chrome/browser/about_flags.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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 09ce9a4351f818b2efe20564e0a26018040b93bb..c5ebda3d256d716085a49d69d70c7e5b83f61c29 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2267,6 +2267,11 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kEnableContentSuggestionsSettingsDescription,
kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kContentSuggestionsSettings)},
+ {"enable-content-suggestions-show-summary",
+ flag_descriptions::kEnableContentSuggestionsShowSummaryName,
+ flag_descriptions::kEnableContentSuggestionsShowSummaryDescription,
+ kOsAndroid,
+ FEATURE_VALUE_TYPE(chrome::android::kContentSuggestionsShowSummary)},
{"enable-ntp-remote-suggestions",
flag_descriptions::kEnableNtpRemoteSuggestionsName,
flag_descriptions::kEnableNtpRemoteSuggestionsDescription, kOsAndroid,

Powered by Google App Engine
This is Rietveld 408576698