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

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

Issue 2695123007: CrOS: Add firmware version to about://version (Closed)
Patch Set: nit Created 3 years, 10 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
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 6928408dec83c29a7126f8e8a19d7c483233bd67..aee4c518f78edbca55da2fab6f3671352c3c6765 100644
--- a/components/version_ui/resources/about_version.html
+++ b/components/version_ui/resources/about_version.html
@@ -76,6 +76,12 @@ about:version template page
<span id="os_version"></span>
</td>
</tr>
+ <tr>
+ <td class="label" i18n-content="firmware_version"></td>
+ <td class="version">
+ <span id="firmware_version"></span>
+ </td>
+ </tr>
<tr id="customization_id_holder" hidden>
<td class="label" i18n-content="customization_id"></td>
<td class="version">

Powered by Google App Engine
This is Rietveld 408576698