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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_utils.h

Issue 1973603002: arc: Make Play Store item persistance in shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/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.

Powered by Google App Engine
This is Rietveld 408576698