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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2858883002: Add flag for disabling minimum of ntp tile suggestions (Closed)
Patch Set: Rename feature to SuggestionsWithoutMinimum Created 3 years, 8 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/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 7c2995210c15df3565d546caf22660119c0a3a97..b48889ef9c3b672cee374fb81d034ba4d3c969ed 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3090,4 +3090,11 @@ const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)";
const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)";
+const char kSuggestionsWithoutMinimumFeatureName[] =
+ "Disable minimum for server-side tile suggestions on NTP.";
+
+const char kSuggestionsWithoutMinimumFeatureDescription[] =
+ "Request server-side suggestions even if there are only very few of them "
+ "and use them for tiles on the New Tab Page.";
+
} // namespace flag_descriptions

Powered by Google App Engine
This is Rietveld 408576698