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

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

Issue 11464012: [Android] Add support for labeling a build with a particular build id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 5afd1e125bac66fbaae5d74fb5c20acf2b94a8fc..6cc996632abf96dda59e9bbb1a5948367c4840a0 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -93,6 +93,12 @@ about:version template page
<td class="label" i18n-content="variations_name"></td>
<td class="version" id="variations-list"></td>
</tr>
+<if expr="pp_ifdef('android')">
+ <tr id="build-id-section">
+ <td class="label" i18n-content="build_id_name"></td>
Evan Stade 2012/12/10 20:41:14 2 fewer spaces of indent (you can also fix the ind
+ <td class="version" i18n-content="build_id"></td>
+ </tr>
+</if>
</table>
</div>
<script src="chrome://resources/js/i18n_template2.js"></script>
« 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