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

Unified Diff: chrome/browser/flag_descriptions.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/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 2d865dfe2d36505e861f9f6f2c56ff312d8eaf44..98b256abc29a5bd765eab35827ec54e9e89a1005 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2383,6 +2383,12 @@ const char kEnableContentSuggestionsSettingsDescription[] =
"If enabled, the content suggestions settings will be available from the "
"main settings menu.";
+const char kEnableContentSuggestionsShowSummaryName[] =
+ "Show content suggestions summaries.";
+
+const char kEnableContentSuggestionsShowSummaryDescription[] =
+ "If enabled, the content suggestions summaries will be shown.";
+
const char kEnableNtpRemoteSuggestionsName[] =
"Show server-side suggestions on the New Tab page";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698