Chromium Code Reviews| 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[]; |
|
oshima
2016/05/13 16:53:27
do you need extern? This is necessary only if this
oshima
2016/05/13 16:54:38
Ahh, never mind. I was somehow confused with expor
|
| + |
| using CanHandleResolutionCallback = base::Callback<void(bool)>; |
| // Launch an app and let the system decides how big and where to place it. |