diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-15 19:19:30 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-15 19:19:30 +0000 |
commit | a7a2b70880a149060184f7039fb0468d2dda7b4b (patch) | |
tree | ba2cf6af9903256bfad59e15f57bc93bcca1d0e1 /chrome/app/resources | |
parent | 50d7d721e63e1e1604b37b9361ec03a5affdfd0d (diff) | |
download | chromium_src-a7a2b70880a149060184f7039fb0468d2dda7b4b.zip chromium_src-a7a2b70880a149060184f7039fb0468d2dda7b4b.tar.gz chromium_src-a7a2b70880a149060184f7039fb0468d2dda7b4b.tar.bz2 |
Add message and image to NTP to promote extensions and bookmark sync.
BUG= 27393, 26744
TEST= promotional messages should show up on NTP.
Review URL: http://codereview.chromium.org/394005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 09505266..7056f22 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -656,6 +656,11 @@ http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html </message> + <!-- Help for the bookmark sync service. --> + <message name="IDS_SYNC_SERVICE_HELP_URL" translateable="false"> + http://www.google.com/support/chrome/bin/answer.py?hl=[GRITLANGCODE]&answer=165139 + </message> + <!-- The width of the sync setup wizard / login dialog in characters. --> <message name="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS" use_name_for_id="true"> 46 |