diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 18:26:31 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 18:26:31 +0000 |
commit | e131e28953a844ecfaefee1d040740a1cd9f6d08 (patch) | |
tree | 39c327a519266dd36f747dacebe5f25a4fc0df7c /chrome/browser/resources/bookmark_manager | |
parent | 996ae265894c76abacb5ebf18c8d27fd1fe396f4 (diff) | |
download | chromium_src-e131e28953a844ecfaefee1d040740a1cd9f6d08.zip chromium_src-e131e28953a844ecfaefee1d040740a1cd9f6d08.tar.gz chromium_src-e131e28953a844ecfaefee1d040740a1cd9f6d08.tar.bz2 |
Don't offer to translate the bookmark manager page.
BUG=52765
TEST=Bookmark sites in a language different than the language Chrome is configured in (you should have few of them, with titles long enough, so there are more than 100 characters in that language). Go to the bookmark manager, no translate infobar should be shown.
Review URL: http://codereview.chromium.org/3130045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/bookmark_manager')
-rw-r--r-- | chrome/browser/resources/bookmark_manager/main.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/resources/bookmark_manager/main.html b/chrome/browser/resources/bookmark_manager/main.html index 57829df9..9e2fa27 100644 --- a/chrome/browser/resources/bookmark_manager/main.html +++ b/chrome/browser/resources/bookmark_manager/main.html @@ -8,6 +8,8 @@ found in the LICENSE file. --> <head> +<meta name="google" value="notranslate"> + <title i18n-content="title"></title> <link rel="stylesheet" href="chrome://resources/css/list.css"> |