diff options
author | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 10:21:32 +0000 |
---|---|---|
committer | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 10:21:32 +0000 |
commit | 529cdd0a1f3d44298d512eddc9f13759d426b8e1 (patch) | |
tree | 849925f336448dbceda751c137dc9666d9facea2 /chrome/app/google_chrome_strings.grd | |
parent | 346453a7d9e314a0eaf908ec4aa1be59624741d4 (diff) | |
download | chromium_src-529cdd0a1f3d44298d512eddc9f13759d426b8e1.zip chromium_src-529cdd0a1f3d44298d512eddc9f13759d426b8e1.tar.gz chromium_src-529cdd0a1f3d44298d512eddc9f13759d426b8e1.tar.bz2 |
Exclude unused strings for chrome://ntp on Android
Relanding https://codereview.chromium.org/174453002 as it got reverted in https://codereview.chromium.org/177903009
BUG=326023
TBR=estade
Review URL: https://codereview.chromium.org/183793008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index e07b4b8..5bac445 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -1059,6 +1059,15 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth </message> </if> + <!-- chrome://ntp --> + <if expr="not is_android"> + <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" + desc="Explanation in a new OTR window that extensions have been disabled while in OTR."> + Because Google Chrome does not control how extensions handle your personal data, all extensions have been disabled for incognito windows. You can reenable them individually in the + <ph name="BEGIN_LINK"><a href="$2"></ph>extensions manager<ph name="END_LINK"></a><ex></a></ex></ph>. + </message> + </if> + </messages> </release> </grit> |