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

Unified Diff: chrome/browser/ui/android/android_about_app_info.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: chrome/browser/ui/android/android_about_app_info.h
diff --git a/chrome/browser/ui/android/android_about_app_info.h b/chrome/browser/ui/android/android_about_app_info.h
index abefaaa65b8d943ff9dd69635aa2f9756a1b4e85..e6dade6b620e1b27317f2f9b06e4d6b30a457d2c 100644
--- a/chrome/browser/ui/android/android_about_app_info.h
+++ b/chrome/browser/ui/android/android_about_app_info.h
@@ -9,6 +9,10 @@
class AndroidAboutAppInfo {
public:
+ // Returns a string containing detailed info about the Google Play services
+ // status.
+ static std::string GetGmsInfo();
+
// Returns a string containing detailed info about the os environment.
static std::string GetOsInfo();
};

Powered by Google App Engine
This is Rietveld 408576698