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

Unified Diff: components/version_ui_strings.grdp

Issue 2751773002: Add Google Play services info to chrome://version (Closed)
Patch Set: add the string only in android 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 | « components/version_ui/version_ui_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui_strings.grdp
diff --git a/components/version_ui_strings.grdp b/components/version_ui_strings.grdp
index 5107add322b626134078dba1e378aa6022a3898b..a02a87dd5167e8db207d635cde7285299c538b53 100644
--- a/components/version_ui_strings.grdp
+++ b/components/version_ui_strings.grdp
@@ -21,6 +21,11 @@
<message name="IDS_VERSION_UI_OS" desc="label for the OS on the about:version page">
OS
</message>
+<if expr="is_android">
sdefresne 2017/03/16 17:28:43 nit: please indent <if ...> at the same level as <
dgn 2017/03/16 18:02:56 Done. Also fixed the indentation of the chromeos b
+ <message name="IDS_VERSION_UI_GMS" desc="label for the Google Play services info on the about:version page">
+ Google Play services
+ </message>
+</if>
<message name="IDS_VERSION_UI_USER_AGENT" desc="label for the user agent on the about:version page">
User Agent
</message>
« no previous file with comments | « components/version_ui/version_ui_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698