summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 16:59:31 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 16:59:31 +0000
commit79ee1b0eb6fa683331452ba7422b59498b739d69 (patch)
treec7d11b23e26bec65b44eb7e677f82b24d1e80d15 /chrome/browser/resources
parentdf772cbfe7a1b17dd7bb179c1e25780201d0b0ce (diff)
downloadchromium_src-79ee1b0eb6fa683331452ba7422b59498b739d69.zip
chromium_src-79ee1b0eb6fa683331452ba7422b59498b739d69.tar.gz
chromium_src-79ee1b0eb6fa683331452ba7422b59498b739d69.tar.bz2
When running on chrome OS about:version now shows OS version.
BUG=none TEST=none Review URL: http://codereview.chromium.org/179063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/about_version.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index 6a8489f..cec7b14 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -70,6 +70,9 @@ about:version template page
<div id="copyright" i18n-content="copyright"></div>
</div>
<table id="inner" cellpadding="0" cellspacing="0" border="0">
+ <tr jsdisplay="is_chrome_os"><td class="label" valign="top" id="os_name" i18n-content="os_name"></td>
+ <td class="version" id="os_version"><span i18n-content="os_version"></span></td>
+ </tr>
<tr><td class="label" valign="top" id="name" i18n-content="name"></td>
<td class="version" id="version"><span i18n-content="version"></span> (<span i18n-content="official"></span> <span i18n-content="cl"></span>)</td>
</tr>