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

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

Issue 2771663002: mash: Refactor ChromeLauncherController's ShelfDelegate code. (Closed)
Patch Set: Address comments. 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/chrome_launcher_controller_mus.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
index 1f0253e71d3abb72638bb686bf060f76c2e9ffe9..fda34b2d351753fc3b68f806ecfd7432d5f661c6 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
@@ -24,10 +24,7 @@ class ChromeLauncherControllerMus : public ChromeLauncherController {
void SetItemController(ash::ShelfID id,
LauncherItemController* controller) override;
void CloseLauncherItem(ash::ShelfID id) override;
- void Pin(ash::ShelfID id) override;
- void Unpin(ash::ShelfID id) override;
bool IsPinned(ash::ShelfID id) override;
- void TogglePinned(ash::ShelfID id) override;
void LockV1AppWithID(const std::string& app_id) override;
void UnlockV1AppWithID(const std::string& app_id) override;
void Launch(ash::ShelfID id, int event_flags) override;

Powered by Google App Engine
This is Rietveld 408576698