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

Unified Diff: chrome/browser/resources/options/about_page.html

Issue 6883142: Show ChromeOS bios firmware in about dialog. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | « chrome/browser/chromeos/version_loader_unittest.cc ('k') | chrome/browser/resources/options/about_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/about_page.html
===================================================================
--- chrome/browser/resources/options/about_page.html (revision 82505)
+++ chrome/browser/resources/options/about_page.html (working copy)
@@ -4,6 +4,8 @@
<section>
<div>
<!-- White space is significant between spans. -->
+ <div><span i18n-content="firmware"></span> <span id="osFirmware0">
+ <span class="loading" i18n-content="loading"></span></span></div>
<div><span i18n-content="os"></span> <span id="osVersion0">
<span class="loading" i18n-content="loading"></span></span></div>
<div>
@@ -33,6 +35,11 @@
</div>
</section>
<section>
+ <h3 i18n-content="firmware"></h3>
+ <div id="osFirmware1">
+ <span class="loading" i18n-content="loading"></span>
+ </section>
+ <section>
<h3 i18n-content="os"></h3>
<div id="osVersion1">
<span class="loading" i18n-content="loading"></span>
« no previous file with comments | « chrome/browser/chromeos/version_loader_unittest.cc ('k') | chrome/browser/resources/options/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698