| Index: chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| index 633440f5bd26fd390425478ae8cb6d50a5c5cf49..9ed78c15f5f5769114eb2c3b6a5bc933dfa6b1a8 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| @@ -78,9 +78,6 @@ class LauncherItemController : public ash::ShelfItemDelegate {
|
| // Returns true when a new item got created.
|
| virtual bool Activate(ash::LaunchSource source) = 0;
|
|
|
| - // Closes all windows associated with this item.
|
| - virtual void Close() = 0;
|
| -
|
| // Called to retrieve the list of running applications.
|
| virtual ChromeLauncherAppMenuItems GetApplicationList(int event_flags) = 0;
|
|
|
|
|