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 |