Index: chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
index 323ad0e619383fe00ce6587a5f6505ea36bcb0e2..d92e29b9a68e7e42cc5cda2ca2da7cab36fc3e33 100644 |
--- a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
+++ b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
@@ -83,7 +83,7 @@ bool AppWindowLauncherItemController::IsVisible() const { |
void AppWindowLauncherItemController::Launch(ash::LaunchSource source, |
int event_flags) { |
- launcher_controller()->LaunchApp(app_id(), source, ui::EF_NONE); |
+ launcher_controller()->LaunchApp(app_id(), launch_id(), source, ui::EF_NONE); |
} |
ash::ShelfItemDelegate::PerformedAction |