| Index: chrome/browser/ui/app_list/arc/arc_app_utils.h
|
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_utils.h b/chrome/browser/ui/app_list/arc/arc_app_utils.h
|
| index 1fecc41dd7e939e5b18f2f274e09566d0d342247..a7c7c256a2181215f0bfeca0d341d3868543c5c1 100644
|
| --- a/chrome/browser/ui/app_list/arc/arc_app_utils.h
|
| +++ b/chrome/browser/ui/app_list/arc/arc_app_utils.h
|
| @@ -16,6 +16,8 @@ class BrowserContext;
|
|
|
| namespace arc {
|
|
|
| +static const char kPlayStoreAppId[] = "gpkmicpkkebkmabiaedjognfppcchdfa";
|
| +
|
| using CanHandleResolutionCallback = base::Callback<void(bool)>;
|
|
|
| // Launch an app and let the system decides how big and where to place it.
|
|
|