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

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

Issue 1905113002: Add ARC version to help and version pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 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 | « chromeos/system/version_loader.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 639daf40c2a1881348be894ccf7f281458725fa4..066fb2afc973290f13015f0640a74887980b480a 100644
--- a/components/version_ui/resources/about_version.html
+++ b/components/version_ui/resources/about_version.html
@@ -71,6 +71,11 @@ about:version template page
</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 expr="not is_ios">
<tr><td class="label">Blink</td>
<td class="version" id="blink_version" i18n-content="blink_version"></td>
« no previous file with comments | « chromeos/system/version_loader.cc ('k') | components/version_ui/resources/about_version.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698