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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2781603002: [Content suggestions] Add a feature to fetch favicons from a new server (Closed)
Patch Set: Add histogram.xml LoginCustomFlags entries Created 3 years, 9 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/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 357a6959e3200c619f32c11abef3111e72230f68..bb2c06b7ba804dcbbbbb083bd57a7462630a6e97 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2481,6 +2481,14 @@ extern const char kEnableNtpSnippetsVisibilityName[];
// tabs on the New Tab page.
extern const char kEnableNtpSnippetsVisibilityDescription[];
+// Name for the flag to enable new favicon server for content suggestions on the
+// New Tab Page.
+extern const char kEnableContentSuggestionsNewFaviconServerName[];
+
+// Description for the flag to enable new favicon server for content suggestions
+// on the New Tab Page.
+extern const char kEnableContentSuggestionsNewFaviconServerDescription[];
+
// Name for the flag to enable server-side suggestions on the New Tab Page.
extern const char kEnableNtpRemoteSuggestionsName[];
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698