| 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..666889b04b3333ec3ffb5e334a6f2546d0527edc 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 {
|
|
|
| +extern const char kPlayStoreAppId[];
|
| +
|
| using CanHandleResolutionCallback = base::Callback<void(bool)>;
|
|
|
| // Launch an app and let the system decides how big and where to place it.
|
|
|