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

Unified Diff: chrome/browser/flag_descriptions.cc

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/flag_descriptions.h ('k') | components/ntp_snippets/features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index cdf91c1ecee2a8e1ec194a888901f00b91277410..24ca1fa2afffdf51eccd538e44322ca433f9c059 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2287,6 +2287,13 @@ const char kEnableNtpSnippetsVisibilityDescription[] =
"If enabled, the NTP snippets will become more discoverable with a "
"larger portion of the first card above the fold.";
+const char kEnableContentSuggestionsNewFaviconServerName[] =
+ "Get favicons for content suggestions from a new server.";
+
+const char kEnableContentSuggestionsNewFaviconServerDescription[] =
+ "If enabled, the content suggestions (on the NTP) will get favicons from a "
+ "new favicon server.";
+
const char kEnableNtpRemoteSuggestionsName[] =
"Show server-side suggestions on the New Tab page";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/ntp_snippets/features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698