| Index: ash/shelf/app_list_shelf_item_delegate.h
|
| diff --git a/ash/shelf/app_list_shelf_item_delegate.h b/ash/shelf/app_list_shelf_item_delegate.h
|
| index 0396821b65bf5af57750fdcc0279131b85e67610..d8582291a6f47fdac3c3903a753193e31ad46355 100644
|
| --- a/ash/shelf/app_list_shelf_item_delegate.h
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.h
|
| @@ -26,6 +26,7 @@ class AppListShelfItemDelegate : public ShelfItemDelegate {
|
| virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
| virtual bool IsDraggable() OVERRIDE;
|
| virtual bool ShouldShowTooltip() OVERRIDE;
|
| + virtual void Close() OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(AppListShelfItemDelegate);
|
|
|