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

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

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.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
index a6e0edc0d2a95a2f8418456092d05d581e00cfef..975c4704d9a45783ad8fd40741a8f8df4b4513cd 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
@@ -58,11 +58,8 @@ bool ChromeLauncherControllerMus::IsPinned(ash::ShelfID id) {
return false;
}
-void ChromeLauncherControllerMus::LockV1AppWithID(const std::string& app_id) {
- NOTIMPLEMENTED();
-}
-
-void ChromeLauncherControllerMus::UnlockV1AppWithID(const std::string& app_id) {
+void ChromeLauncherControllerMus::SetV1AppStatus(const std::string& app_id,
+ ash::ShelfItemStatus status) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698