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

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

Issue 2790803002: mash: Remove V1 app shelf item locking; monitor running status instead. (Closed)
Patch Set: spelling 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 fda34b2d351753fc3b68f806ecfd7432d5f661c6..321d01c322710955df53bf3edfa933af486fdcb2 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
@@ -25,8 +25,8 @@ class ChromeLauncherControllerMus : public ChromeLauncherController {
LauncherItemController* controller) override;
void CloseLauncherItem(ash::ShelfID id) override;
bool IsPinned(ash::ShelfID id) override;
- void LockV1AppWithID(const std::string& app_id) override;
- void UnlockV1AppWithID(const std::string& app_id) override;
+ void SetV1AppStatus(const std::string& app_id,
+ ash::ShelfItemStatus status) override;
void Launch(ash::ShelfID id, int event_flags) override;
void Close(ash::ShelfID id) override;
bool IsOpen(ash::ShelfID id) override;

Powered by Google App Engine
This is Rietveld 408576698