| 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 059ebcbb3512583fa764a9e146732539fa2961f9..f78b81291bf22c07c10c2c1fcef8a9a4358f73d2 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
|
| @@ -109,7 +109,8 @@ bool AppShortcutLauncherItemController::IsVisible() const {
|
|
|
| void AppShortcutLauncherItemController::Launch(ash::LaunchSource source,
|
| int event_flags) {
|
| - launcher_controller()->LaunchApp(app_id(), source, event_flags);
|
| + launcher_controller()->LaunchAppWithLaunchId(app_id(), launch_id(), source,
|
| + event_flags);
|
| }
|
|
|
| ash::ShelfItemDelegate::PerformedAction
|
|
|