| 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 6cb8f8824d361ccbae5d1263cf82f4bcf23c7bdf..b3bdf04e7fa19b2dc69eaff524a3d5f8dc75f415 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
|
| @@ -31,7 +31,7 @@ class ChromeLauncherController;
|
| // instance per app, per launcher id.
|
| // For apps with multiple windows, each item controller keeps track of all
|
| // windows associated with the app and their activation order.
|
| -// Instances are owned by ash::LauncherItemDelegateManager.
|
| +// Instances are owned by ash::ShelfItemDelegateManager.
|
| //
|
| // Tests are in chrome_launcher_controller_browsertest.cc
|
|
|
| @@ -64,10 +64,8 @@ class ShellWindowLauncherItemController : public LauncherItemController,
|
| int event_flags) OVERRIDE;
|
| virtual bool ItemSelected(const ui::Event& eent) OVERRIDE;
|
| virtual base::string16 GetTitle() OVERRIDE;
|
| - virtual ui::MenuModel* CreateContextMenu(
|
| - aura::Window* root_window) OVERRIDE;
|
| - virtual ash::LauncherMenuModel* CreateApplicationMenu(
|
| - int event_flags) OVERRIDE;
|
| + virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
|
| + virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
| virtual bool IsDraggable() OVERRIDE;
|
| virtual bool ShouldShowTooltip() OVERRIDE;
|
|
|
|
|