| 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 7f7c3db787ef712c61a95c6f3424bf3ab4ae7f01..e56cf5c06a4c4c5b4496884aada9a4dc9afa5e2d 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::IsDraggable() {
|
| - return false;
|
| -}
|
| -
|
| bool AppListShelfItemDelegate::CanPin() const {
|
| return true;
|
| }
|
|
|