Chromium Code Reviews| 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> |