| 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
|
|
|