| 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 203c95661d3517ae8f5e279a593bf15bcd909b24..7d876e54661547d7f30582dfd627abbae2bde993 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
|
|
|