| 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 1fd2a83259ef6f0eac55fac5d58e36700173b4d9..4378732fa85e2f9c3413928a4092d3024407b865 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| @@ -49,9 +49,6 @@ class LauncherItemController : public ash::ShelfItemDelegate {
|
| image_set_by_controller_ = image_set_by_controller;
|
| }
|
|
|
| - // Launches a new instance of the app associated with this item.
|
| - virtual void Launch(ash::LaunchSource source, int event_flags) = 0;
|
| -
|
| // Shows and activates the most-recently-active window associated with the
|
| // item, or launches the item if it is not currently open.
|
| // Returns the action performed by activating the item.
|
|
|