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

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

Issue 583003002: Make Android about:version page more similar to other platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 3 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 | « chrome/app/generated_resources.grd ('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 715ecf167bc0e0e5335ebb5c639953f60f27ce35..e03ac8026cd3efd0b12db4212d61ec66c1665a69 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -38,12 +38,6 @@ about:version template page
<table id="inner" cellpadding="0" cellspacing="0" border="0">
<tr><td class="label" i18n-content="application_label"></td>
<td class="version" id="version">
-<if expr="is_android">
- <span i18n-content="application_name"></span>
- <span i18n-content="application_version_name"></span>
- <span i18n-content="application_version_code"></span>
-</if>
-<if expr="not is_android">
<span i18n-content="version"></span>
(<span i18n-content="official"></span>)
<span i18n-content="version_modifier"></span>
@@ -53,7 +47,6 @@ about:version template page
<td class="label" i18n-content="revision"></td>
<td class="version">
<span i18n-content="cl"></span>
-</if>
</td>
</tr>
<if expr="not chromeos">
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/version_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698