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

Unified Diff: ash/shell/window_watcher_shelf_item_delegate.cc

Issue 2608013002: mash: Replace ShelfItemDelegate::CanPin with ShelfItem::pinned_by_policy. (Closed)
Patch Set: Created 4 years 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: ash/shell/window_watcher_shelf_item_delegate.cc
diff --git a/ash/shell/window_watcher_shelf_item_delegate.cc b/ash/shell/window_watcher_shelf_item_delegate.cc
index 1a73dea7696f9881558e4010186d9baee3d86644..6c45e0971b61ff4009dafc2b6986aa5e74ec3f65 100644
--- a/ash/shell/window_watcher_shelf_item_delegate.cc
+++ b/ash/shell/window_watcher_shelf_item_delegate.cc
@@ -40,10 +40,6 @@ ShelfMenuModel* WindowWatcherShelfItemDelegate::CreateApplicationMenu(
return nullptr;
}
-bool WindowWatcherShelfItemDelegate::CanPin() const {
- return true;
-}
-
void WindowWatcherShelfItemDelegate::Close() {}
} // namespace shell

Powered by Google App Engine
This is Rietveld 408576698