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 382e69dfca9dd8dd0f5a193fdc6c278ca1458cf7..dc82fad5a81039902e89d8dc5e0d2385265eab05 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 |
@@ -80,7 +80,8 @@ bool AppWindowLauncherItemController::IsVisible() const { |
void AppWindowLauncherItemController::Launch(ash::LaunchSource source, |
int event_flags) { |
- launcher_controller()->LaunchApp(app_id(), source, ui::EF_NONE); |
+ launcher_controller()->LaunchAppWithLaunchId(app_id(), launch_id(), source, |
+ ui::EF_NONE); |
stevenjb
2016/12/09 17:00:57
LaunchApp() ?
Andra Paraschiv
2016/12/12 14:28:22
Done.
|
} |
ash::ShelfItemDelegate::PerformedAction |