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

Unified Diff: ash/common/shelf/app_list_shelf_item_delegate.cc

Issue 2608013002: mash: Replace ShelfItemDelegate::CanPin with ShelfItem::pinned_by_policy. (Closed)
Patch Set: Created 3 years, 12 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: ash/common/shelf/app_list_shelf_item_delegate.cc
diff --git a/ash/common/shelf/app_list_shelf_item_delegate.cc b/ash/common/shelf/app_list_shelf_item_delegate.cc
index e56cf5c06a4c4c5b4496884aada9a4dc9afa5e2d..53143bed055d57b38ef3b3825fec4249ce72509c 100644
--- a/ash/common/shelf/app_list_shelf_item_delegate.cc
+++ b/ash/common/shelf/app_list_shelf_item_delegate.cc
@@ -55,10 +55,6 @@ ShelfMenuModel* AppListShelfItemDelegate::CreateApplicationMenu(
return NULL;
}
-bool AppListShelfItemDelegate::CanPin() const {
- return true;
-}
-
void AppListShelfItemDelegate::Close() {}
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698