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

Unified Diff: ash/shell/window_watcher_shelf_item_delegate.cc

Issue 2575613002: Remove ShelfItemDelegate::IsDraggable; check for app list button. (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 9ac9c15bfa743ab7acbbc02183ff1cbf2453adb5..1a73dea7696f9881558e4010186d9baee3d86644 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::IsDraggable() {
- return true;
-}
-
bool WindowWatcherShelfItemDelegate::CanPin() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698