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

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: indentation 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..057c8e50e51665dd429eb69bf9377fe8b0e3f043 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -74,28 +74,33 @@ about:version template page
</tr>
<if expr="not pp_ifdef('android')">
<tr><td class="label" i18n-content="flash_plugin"></td>
- <td class="version" id="flash_version" i18n-content="flash_version"></td>
+ <td class="version" id="flash_version" i18n-content="flash_version"></td>
</tr>
</if>
<tr><td class="label" i18n-content="user_agent_name"></td>
- <td class="version" id="useragent" i18n-content="useragent"></td>
+ <td class="version" id="useragent" i18n-content="useragent"></td>
</tr>
<tr><td class="label" i18n-content="command_line_name"></td>
- <td class="version" id="command_line" i18n-content="command_line"></td>
+ <td class="version" id="command_line" i18n-content="command_line"></td>
</tr>
<tr><td class="label" i18n-content="executable_path_name"></td>
- <td class="version" id="executable_path" i18n-content="executable_path"></td>
+ <td class="version" id="executable_path" i18n-content="executable_path"></td>
</tr>
<tr><td class="label" i18n-content="profile_path_name"></td>
- <td class="version" id="profile_path" i18n-content="profile_path"></td>
+ <td class="version" id="profile_path" i18n-content="profile_path"></td>
</tr>
<tr id="variations-section">
- <td class="label" i18n-content="variations_name"></td>
- <td class="version" id="variations-list"></td>
+ <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>
+ <td class="version" i18n-content="build_id"></td>
+ </tr>
+</if>
</table>
</div>
<script src="chrome://resources/js/i18n_template2.js"></script>
</body>
-
-</html>
+</html>
« 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