diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 18:15:08 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 18:15:08 +0000 |
commit | 91a79239222020a645e69e6db55d24e4d5bb2ca9 (patch) | |
tree | db4d7184fea9b8af9a939822be8a0f3d9b96c09a /chrome/browser/resources/options/autofill_options.html | |
parent | bcfc82aa62de3794364854fabf908b1ebe0aa8de (diff) | |
download | chromium_src-91a79239222020a645e69e6db55d24e4d5bb2ca9.zip chromium_src-91a79239222020a645e69e6db55d24e4d5bb2ca9.tar.gz chromium_src-91a79239222020a645e69e6db55d24e4d5bb2ca9.tar.bz2 |
chromeos: Update help URLs.
This also moves some untranslatable URL strings out of .grd
files and into code so we don't duplicate them per-language.
BUG=chromium-os:8117
TEST=trybots; also built and ran the chrome os version
Review URL: http://codereview.chromium.org/4495001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/options/autofill_options.html')
-rw-r--r-- | chrome/browser/resources/options/autofill_options.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html index fe357c5..f709df1 100644 --- a/chrome/browser/resources/options/autofill_options.html +++ b/chrome/browser/resources/options/autofill_options.html @@ -38,7 +38,13 @@ </div> <div class="autofill-section"> +<if expr="pp_ifdef('chromeos')"> + <a href="http://www.google.com/support/chromeos/bin/answer.py?answer=142893" + target="_blank" i18n-content="helpButton"></a> +</if> +<if expr="not pp_ifdef('chromeos')"> <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893" - target=”_blank” i18n-content="helpButton"></a> + target="_blank" i18n-content="helpButton"></a> +</if> </div> </div> |