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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h

Issue 1973603002: arc: Make Play Store item persistance in shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + policy_browsertest.cc 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/ash/launcher/arc_app_window_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
index e6c13de1ff6a7d3ff548a8ebd3440987c4199670..d59ef9e7aa9eba46d6231a7f3c1ed6f37513ba3c 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
@@ -15,7 +15,8 @@ class ChromeLauncherController;
class ArcAppWindowLauncherItemController
: public AppWindowLauncherItemController {
public:
- ArcAppWindowLauncherItemController(const std::string& app_id,
+ ArcAppWindowLauncherItemController(const std::string& shelf_app_id,
+ const std::string& arc_app_id,
ChromeLauncherController* controller);
~ArcAppWindowLauncherItemController() override;

Powered by Google App Engine
This is Rietveld 408576698