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

Unified Diff: ash/shell/window_watcher_shelf_item_delegate.h

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.h
diff --git a/ash/shell/window_watcher_shelf_item_delegate.h b/ash/shell/window_watcher_shelf_item_delegate.h
index 879e95f40c9375fa64036d4a03c0f6aab214b167..cff7ca2a01bdd1aa3d7604429eb3d7e247387683 100644
--- a/ash/shell/window_watcher_shelf_item_delegate.h
+++ b/ash/shell/window_watcher_shelf_item_delegate.h
@@ -26,7 +26,6 @@ class WindowWatcherShelfItemDelegate : public ShelfItemDelegate {
const ui::Event& event) override;
base::string16 GetTitle() override;
ShelfMenuModel* CreateApplicationMenu(int event_flags) override;
- bool CanPin() const override;
void Close() override;
private:

Powered by Google App Engine
This is Rietveld 408576698