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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2858883002: Add flag for disabling minimum of ntp tile suggestions (Closed)
Patch Set: Replace switch with feature 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..2856386be1b3565c96b102a84c29a9e85b8d98c1 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 kDisableSuggestionsMinimumName[] =
+ "Disable minimum for server-side tile suggestions on NTP.";
+
+const char kDisableSuggestionsMinimumDescription[] =
+ "Request suggestions from history even if there are only very few of them "
Marc Treib 2017/05/03 11:43:56 "from history" is IMO misleading; the suggestions
fhorschig 2017/05/03 14:19:42 Gone.
+ "and use them as tiles on the New Tab Page.";
+
} // namespace flag_descriptions

Powered by Google App Engine
This is Rietveld 408576698