| 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();
|
| };
|
|
|