summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources
diff options
context:
space:
mode:
authormsarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-13 12:51:24 +0000
committermsarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-13 12:51:24 +0000
commit013740cdb0d050ab11b743656bac002b5920f1f2 (patch)
tree5623209c750986b4b04207a40fa0c1aa94ec7538 /chrome/app/resources
parentdd8c3dcf79cd3736c0d1257b8f01eca7461f81a2 (diff)
downloadchromium_src-013740cdb0d050ab11b743656bac002b5920f1f2.zip
chromium_src-013740cdb0d050ab11b743656bac002b5920f1f2.tar.gz
chromium_src-013740cdb0d050ab11b743656bac002b5920f1f2.tar.bz2
Add iOS specific string resources.
These CL add strings needed by iOS specific code and needs to land before the string freeze. Review URL: https://chromiumcodereview.appspot.com/10911216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r--chrome/app/resources/locale_settings.grd2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
index 28a4e35..babe327 100644
--- a/chrome/app/resources/locale_settings.grd
+++ b/chrome/app/resources/locale_settings.grd
@@ -343,7 +343,7 @@
<message name="IDS_CHROME_WELCOME_URL" translateable="false">
http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html
</message>
- <if expr="pp_ifdef('android')">
+ <if expr="pp_ifdef('android') or pp_ifdef('ios')">
<message name="IDS_MOBILE_WELCOME_URL" translateable="false">
chrome://welcome
</message>