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 | |
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')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 6 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 diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index ec78c5a..77781ce 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -175,6 +175,7 @@ <include name="IDR_NEWTAB_THEMES_GALLERY_FAVICON" file="ntp_themes_gallery_favicon.png" type="BINDATA" /> <include name="IDR_NEWTAB_CHECKBOX_BLACK" file="checkbox_black.png" type="BINDATA" /> <include name="IDR_NEWTAB_CHECKBOX_WHITE" file="checkbox_white.png" type="BINDATA" /> + <include name="IDR_NEWTAB_EXTENSIONS_PROMO" file="ntp_extensions_promo.png" type="BINDATA" /> <include name="IDR_ARROW_RIGHT" file="arrow_right.png" type="BINDATA" /> <include name="IDR_SAD_TAB" file="sadtab.png" type="BINDATA" /> <include name="IDR_OTR_ICON" file="otr_icon.png" type="BINDATA" /> |