| Index: chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
|
| index 2ffc77db95c2d427238b33546fee2acb36ef3fdd..3b3b8136989a4a747457a2718def4c65a07c6aa8 100644
|
| --- a/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
|
| @@ -59,11 +59,11 @@ class ShellWindowLauncherItemController : public LauncherItemController,
|
| virtual bool IsOpen() const OVERRIDE;
|
| virtual bool IsVisible() const OVERRIDE;
|
| virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
|
| - virtual void Activate(ash::LaunchSource source) OVERRIDE;
|
| + virtual bool Activate(ash::LaunchSource source) OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual ChromeLauncherAppMenuItems GetApplicationList(
|
| int event_flags) OVERRIDE;
|
| - virtual void ItemSelected(const ui::Event& eent) OVERRIDE;
|
| + virtual bool ItemSelected(const ui::Event& eent) OVERRIDE;
|
| virtual base::string16 GetTitle() OVERRIDE;
|
| virtual ui::MenuModel* CreateContextMenu(
|
| aura::Window* root_window) OVERRIDE;
|
|
|