Fix bug where app name is wrong in all languages except English.
commit9f03ba31407bbb0ccb395a0a1fc452685001f70b
authornewt <newt@chromium.org>
Fri, 12 Dec 2014 23:09:51 +0000 (12 15:09 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Dec 2014 23:10:10 +0000 (12 23:10 +0000)
tree4b43d9a874602e6f01664268b0d8dc19e808eaa9
parent7f1e2059f0db3edc339b04c4141051913db2a87f
Fix bug where app name is wrong in all languages except English.

The "app_name" string needs to be defined in an Android resources XML file
instead of in android_chrome_strings.grd so the string isn't copied into
every language (which makes it impossible to override the string from a
single strings.xml file)

BUG=441424

Review URL: https://codereview.chromium.org/800953002

Cr-Commit-Position: refs/heads/master@{#308189}
chrome/android/java/res/values/app_name.xml [new file with mode: 0644]
chrome/android/java/strings/android_chrome_strings.grd
chrome/android/shell/java/AndroidManifest.xml.jinja2
chrome/android/shell/res/values/strings.xml