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

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

Issue 2608013002: mash: Replace ShelfItemDelegate::CanPin with ShelfItem::pinned_by_policy. (Closed)
Patch Set: Fix test. Created 3 years, 11 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 dd973ba9afc733cca9bc825eb8b44004e5c7b9e0..d562e62896b9e421b987ae8094bb8b39f8594248 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
@@ -34,7 +34,6 @@ class ChromeLauncherControllerMus : public ChromeLauncherController {
void Unpin(ash::ShelfID id) override;
bool IsPinned(ash::ShelfID id) override;
void TogglePinned(ash::ShelfID id) override;
- bool IsPinnable(ash::ShelfID id) const 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