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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2705373004: [Remote suggestions] Add a remote suggestions flag to choose the source (Closed)
Patch Set: 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') | chrome/browser/about_flags.cc » ('J')
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 15098770883dd16ceb737fb9c07e5d0325a34541..1dd28a92fd45eb82d126a034f831249025f92fc1 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14354,18 +14354,19 @@ 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.
Marc Treib 2017/02/22 12:45:55 Are newlines supported here? If so, I think you ne
jkrcal 2017/02/22 13:32:15 It works (there is a working example for the #enab
+ </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') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698