Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2089)

Unified Diff: chrome/browser/resources/about_version.html

Issue 14864023: [Android] Add app version code to chrome://version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/android/java/src/org/chromium/base/BuildInfo.java ('k') | chrome/browser/ui/webui/version_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index 2cc78a27127b3cc601d819b075b7c4e0ae09ab42..540a0d81d0d8da0d0e37d90ec7fc9afcaba36816 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -39,7 +39,8 @@ about:version template page
<td class="version" id="version">
<if expr="pp_ifdef('android')">
<span i18n-content="application_name"></span>
- <span i18n-content="application_version"></span>
+ <span i18n-content="application_version_name"></span>
+ <span i18n-content="application_version_code"></span>
</if>
<if expr="not pp_ifdef('android')">
<span i18n-content="version"></span>
« no previous file with comments | « base/android/java/src/org/chromium/base/BuildInfo.java ('k') | chrome/browser/ui/webui/version_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698