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

Unified Diff: components/version_ui/version_ui_constants.h

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
Index: components/version_ui/version_ui_constants.h
diff --git a/components/version_ui/version_ui_constants.h b/components/version_ui/version_ui_constants.h
index 13f6b6e8536a06124526fd758c05388475e3bcdd..02a8128fe89eafb781c6dd37342c5e9a1b9e38e9 100644
--- a/components/version_ui/version_ui_constants.h
+++ b/components/version_ui/version_ui_constants.h
@@ -60,6 +60,8 @@ extern const char kOSType[];
#endif
#if defined(OS_ANDROID)
extern const char kOSVersion[];
+extern const char kGmsName[];
+extern const char kGmsVersion[];
#endif
#if defined(OS_CHROMEOS)
extern const char kPlatform[];

Powered by Google App Engine
This is Rietveld 408576698