| Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| index e614c396bdc3aa36f8b321447c60752bae8ccc25..38b652b50d4e53db1377daf3d0cd818eb68c642f 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| @@ -40,7 +40,6 @@ class AppShortcutLauncherItemController : public LauncherItemController {
|
| virtual bool IsVisible() const OVERRIDE;
|
| virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
|
| virtual bool Activate(ash::LaunchSource source) OVERRIDE;
|
| - virtual void Close() OVERRIDE;
|
| virtual ChromeLauncherAppMenuItems GetApplicationList(
|
| int event_flags) OVERRIDE;
|
| virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
|
| @@ -50,6 +49,7 @@ class AppShortcutLauncherItemController : public LauncherItemController {
|
| virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
| virtual bool IsDraggable() OVERRIDE;
|
| virtual bool ShouldShowTooltip() OVERRIDE;
|
| + virtual void Close() OVERRIDE;
|
|
|
| // Get the refocus url pattern, which can be used to identify this application
|
| // from a URL link.
|
|
|