| 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 d4e64e5f346ef965ca4aa4cc86247b03901f7571..6e7f68255a93070445452da193ef95f5c4baf7c0 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,11 +34,11 @@ class BrowserShortcutLauncherItemController : 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& event) OVERRIDE;
|
| + virtual bool ItemSelected(const ui::Event& event) OVERRIDE;
|
| virtual base::string16 GetTitle() OVERRIDE;
|
| virtual ui::MenuModel* CreateContextMenu(
|
| aura::Window* root_window) OVERRIDE;
|
|
|