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 2ded3422aaa5fcefc7b418b3bcadc93b28db7bd8..3a67d6cf59bd9a2e4b2ffe5d625cde285cc7b729 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 |
@@ -54,18 +54,24 @@ class ShellWindowLauncherItemController : public LauncherItemController, |
const std::string& app_launcher_id() const { return app_launcher_id_; } |
- // LauncherItemController |
- virtual string16 GetTitle() OVERRIDE; |
+ // LauncherItemController overrides: |
virtual bool IsCurrentlyShownInWindow(aura::Window* window) const OVERRIDE; |
virtual bool IsOpen() const OVERRIDE; |
virtual bool IsVisible() const OVERRIDE; |
virtual void Launch(int event_flags) OVERRIDE; |
virtual void Activate() OVERRIDE; |
virtual void Close() OVERRIDE; |
- virtual void Clicked(const ui::Event& event) OVERRIDE; |
virtual void OnRemoved() OVERRIDE {} |
virtual ChromeLauncherAppMenuItems GetApplicationList( |
int event_flags) OVERRIDE; |
+ virtual void ItemSelected(const ui::Event& eent) OVERRIDE; |
+ virtual base::string16 GetTitle() OVERRIDE; |
+ virtual ui::MenuModel* CreateContextMenu( |
+ aura::RootWindow* root_window) OVERRIDE; |
+ virtual ash::LauncherMenuModel* CreateApplicationMenu( |
+ int event_flags) OVERRIDE; |
+ virtual bool IsDraggable() OVERRIDE; |
+ virtual bool ShouldShowTooltip() OVERRIDE; |
// aura::WindowObserver |
virtual void OnWindowPropertyChanged(aura::Window* window, |