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

Unified Diff: chrome/browser/resources/about_version.html

Issue 582003003: Split revision into separate field on about:version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: </if> position Created 6 years, 3 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/app/generated_resources.grd ('k') | chrome/browser/ui/webui/version_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index 4acece3f9c74c0b18c0eda43500663fff61ca015..715ecf167bc0e0e5335ebb5c639953f60f27ce35 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -45,9 +45,14 @@ about:version template page
</if>
<if expr="not is_android">
<span i18n-content="version"></span>
- (<span i18n-content="official">
- </span> <span i18n-content="cl"></span>)
+ (<span i18n-content="official"></span>)
<span i18n-content="version_modifier"></span>
+ </td>
+ </tr>
+ <tr>
+ <td class="label" i18n-content="revision"></td>
+ <td class="version">
+ <span i18n-content="cl"></span>
</if>
</td>
</tr>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/version_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698