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

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

Issue 2755073003: [Merge M58] arc: Reactivate OptIn flow on clicking Play Store. (Closed)
Patch Set: update unit_tests expectation for M58 Created 3 years, 9 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_playstore_shortcut_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h
index aac915b6e7075309c7f02d859f642e50bffda3bf..5a7271dc8c74e7dc1c82d42d091ae1773637f8d4 100644
--- a/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h
@@ -10,13 +10,12 @@
#include "base/macros.h"
#include "chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h"
-class ArcAppLauncher;
class ChromeLauncherController;
class ArcPlaystoreShortcutLauncherItemController
: public AppShortcutLauncherItemController {
public:
- ArcPlaystoreShortcutLauncherItemController(
+ explicit ArcPlaystoreShortcutLauncherItemController(
ChromeLauncherController* controller);
~ArcPlaystoreShortcutLauncherItemController() override;
@@ -27,8 +26,6 @@ class ArcPlaystoreShortcutLauncherItemController
ash::ShelfLaunchSource source) override;
private:
- std::unique_ptr<ArcAppLauncher> playstore_launcher_;
-
DISALLOW_COPY_AND_ASSIGN(ArcPlaystoreShortcutLauncherItemController);
};

Powered by Google App Engine
This is Rietveld 408576698