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

Unified Diff: components/version_ui/resources/about_version.html

Issue 2751773002: Add Google Play services info to chrome://version (Closed)
Patch Set: fix indentation Created 3 years, 9 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/browser/ui/webui/version_ui.cc ('k') | components/version_ui/version_ui_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui/resources/about_version.html
diff --git a/components/version_ui/resources/about_version.html b/components/version_ui/resources/about_version.html
index aee4c518f78edbca55da2fab6f3671352c3c6765..e000abef60ec346a9c383aa6f4f0a63bcbeb5c8e 100644
--- a/components/version_ui/resources/about_version.html
+++ b/components/version_ui/resources/about_version.html
@@ -69,6 +69,14 @@ about:version template page
</td>
</tr>
</if>
+<if expr="is_android">
+ <tr>
+ <td class="label" i18n-content="gms_name"></td>
+ <td class="version" id="gms_version">
+ <span i18n-content="gms_version"></span>
+ </td>
+ </tr>
+</if>
<if expr="chromeos">
<tr>
<td class="label" i18n-content="platform"></td>
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | components/version_ui/version_ui_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698