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

Unified Diff: chrome/app/generated_resources.grd

Issue 2705373004: [Remote suggestions] Add a remote suggestions flag to choose the source (Closed)
Patch Set: Add the other flag Created 3 years, 10 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 9a48b85efb8958559c1709c0e7f3b5a96c33c044..c59e8b991d097499dd2bee9a0a35c4ebff1a96c5 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14370,18 +14370,18 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
<message name="IDS_FLAGS_CONTENT_SUGGESTIONS_CATEGORY_RANKER_DESCRIPTION" desc="Description for the flag to choose a category ranker for content suggestions, e.g. on the New Tab page." translateable="false">
Set category ranker to order categories of content suggestions (e.g. on the NTP).
</message>
- <message name="IDS_FLAGS_OVERRIDE_SNIPPETS_SOURCE_NAME" desc="Name for flag to override the NTP snippets source" translateable="false">
- Override New Tab Page suggestions snippets source
- </message>
- <message name="IDS_FLAGS_OVERRIDE_SNIPPETS_SOURCE_DESCRIPTION" desc="Description for the flag to override the NTP snippets source." translateable="false">
- If set to something other than enabled, default or disabled, this will override the source used to retrieve content suggestions on the New Tab Page.
- </message>
<message name="IDS_FLAGS_ENABLE_NTP_SNIPPETS_VISIBILITY_NAME" desc="Name for the flag to enable increased visibilty for snippets on the New Tab Page." translateable="false">
Make New Tab Page Snippets more visible.
</message>
<message name="IDS_FLAGS_ENABLE_NTP_SNIPPETS_VISIBILITY_DESCRIPTION" desc="Description for the flag to enable increased visibility for recently viewed tabs on the New Tab page." translateable="false">
If enabled, the NTP snippets will become more discoverable with a larger portion of the first card above the fold.
</message>
+ <message name="IDS_FLAGS_ENABLE_NTP_REMOTE_SUGGESTIONS_NAME" desc="Name for the flag to enable server-side suggestions on the New Tab Page." translateable="false">
+ Show server-side suggestions on the New Tab page
+ </message>
+ <message name="IDS_FLAGS_ENABLE_NTP_REMOTE_SUGGESTIONS_DESCRIPTION" desc="Description for the flag to enable server-side suggestions on the New Tab Page." translateable="false">
+ If enabled, the list of content suggestions on the New Tab page (see #enable-ntp-snippets) will contain server-side suggestions (e.g., Articles for you). Furthermore, it allows to override the source used to retrieve these server-side suggestions.
+ </message>
<message name="IDS_FLAGS_ENABLE_NTP_RECENT_OFFLINE_TAB_SUGGESTIONS_NAME" desc="Name for the flag to enable suggestions for recently viewed tabs, which were captured offline, on the New Tab page." translateable="false">
Show recent offline tabs on the New Tab page
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698