| Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| index 2f64b7acd40cd35d8246c0e25b25cfaaa695e06a..051788bc8c9c41ea6b905063d9f464d197b69b3b 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| @@ -111,7 +111,7 @@ bool AppShortcutLauncherItemController::IsVisible() const {
|
|
|
| void AppShortcutLauncherItemController::Launch(ash::LaunchSource source,
|
| int event_flags) {
|
| - launcher_controller()->LaunchApp(app_id(), source, event_flags);
|
| + launcher_controller()->LaunchApp(app_id(), launch_id(), source, event_flags);
|
| }
|
|
|
| ash::ShelfItemDelegate::PerformedAction
|
|
|