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

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

Issue 1973603002: arc: Make Play Store item persistance in shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments 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.cc
diff --git a/chrome/browser/ui/app_list/arc/arc_app_utils.cc b/chrome/browser/ui/app_list/arc/arc_app_utils.cc
index 497c3170b2512e104fbcc4ba88c27188d2e48363..1143e47936a80cb7f9407cdbc26d6cccca60368d 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_utils.cc
+++ b/chrome/browser/ui/app_list/arc/arc_app_utils.cc
@@ -109,6 +109,8 @@ class LaunchAppWithoutSize {
} // namespace
+const char kPlayStoreAppId[] = "gpkmicpkkebkmabiaedjognfppcchdfa";
+
bool LaunchAppWithRect(content::BrowserContext* context,
const std::string& app_id,
const gfx::Rect& target_rect) {

Powered by Google App Engine
This is Rietveld 408576698