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

Unified Diff: chrome/browser/flag_descriptions.h

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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 5196cf6f37b8ffabd40b8bf2fbe9be0ce4949118..27a5c9c3df6909a61cfc85fa53390da359d599cb 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3355,6 +3355,11 @@ extern const char kEnableHeapProfilingModePseudo[];
extern const char kEnableHeapProfilingModeNative[];
extern const char kEnableHeapProfilingTaskProfiler[];
+// Name and description of the flag allowing the usage of a small set of
+// suggestions in NTP tiles.
Marc Treib 2017/05/03 11:43:56 Server-side suggestions. Client-side ones are used
fhorschig 2017/05/03 14:19:42 Done.
+extern const char kDisableSuggestionsMinimumName[];
+extern const char kDisableSuggestionsMinimumDescription[];
+
} // namespace flag_descriptions
#endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_

Powered by Google App Engine
This is Rietveld 408576698