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

Unified Diff: components/version_ui/resources/about_version.html

Issue 2626043007: Clean up chrome://version page. (Closed)
Patch Set: fix rebase Created 3 years, 11 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/browser/ui/webui/version_ui.cc ('k') | components/version_ui/resources/about_version.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui/resources/about_version.html
diff --git a/components/version_ui/resources/about_version.html b/components/version_ui/resources/about_version.html
index a151b906a05287f654c8f4dba279f0a458a780b7..6928408dec83c29a7126f8e8a19d7c483233bd67 100644
--- a/components/version_ui/resources/about_version.html
+++ b/components/version_ui/resources/about_version.html
@@ -63,7 +63,9 @@ about:version template page
<td class="label" i18n-content="os_name"></td>
<td class="version" id="os_type">
<span i18n-content="os_type"></span>
- <span id="os_version" i18n-content="os_version"></span>
+<if expr="is_android">
+ <span i18n-content="os_version"></span>
+</if>
</td>
</tr>
</if>
@@ -71,7 +73,7 @@ about:version template page
<tr>
<td class="label" i18n-content="platform"></td>
<td class="version" id="os_type">
- <span id="os_version" i18n-content="os_version"></span>
+ <span id="os_version"></span>
</td>
</tr>
<tr id="customization_id_holder" hidden>
@@ -79,13 +81,13 @@ about:version template page
<td class="version">
<span id="customization_id"></span>
</td>
-</if>
</tr>
<tr id="arc_holder"><td class="label" i18n-content="arc_label"></td>
<td class="version">
<span id="arc_version"></span>
</td>
</tr>
+</if>
<if expr="not is_ios">
<tr><td class="label">JavaScript</td>
<td class="version" id="js_engine">
@@ -117,12 +119,6 @@ about:version template page
<td class="label" i18n-content="variations_name"></td>
<td class="version" id="variations-list"></td>
</tr>
-<if expr="is_android">
- <tr id="build-id-section">
- <td class="label" i18n-content="build_id_name"></td>
- <td class="version" i18n-content="build_id"></td>
- </tr>
-</if>
<if expr="is_win">
<tr id="compiler-section">
<td class="label">Compiler</td>
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | components/version_ui/resources/about_version.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698