| Index: chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h
|
| index 69fff4afb7de1f62c4e5c6ab0ec84411762870f6..7479120178c24bfa2b4f430c8efaf846d6590014 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h
|
| @@ -34,7 +34,6 @@ class BrowserShortcutLauncherItemController : 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;
|
| @@ -44,6 +43,7 @@ class BrowserShortcutLauncherItemController : public LauncherItemController {
|
| virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
| virtual bool IsDraggable() OVERRIDE;
|
| virtual bool ShouldShowTooltip() OVERRIDE;
|
| + virtual void Close() OVERRIDE;
|
|
|
| private:
|
| // Get the favicon for the browser list entry for |web_contents|.
|
|
|