| 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 872431e887a3eb67c9640a09de4965e9a7f8b73c..495d79bba6d55bdb4027ba6ce8b1afba0af35c67 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
|
| @@ -108,9 +108,8 @@ AppShortcutLauncherItemController::Activate(ash::LaunchSource source) {
|
|
|
| // Launching some items replaces this item controller instance, which
|
| // destroys the app and launch id strings; making copies avoid crashes.
|
| - launcher_controller()->LaunchApp(
|
| - ash::launcher::AppLauncherId(app_id(), launch_id()), source,
|
| - ui::EF_NONE);
|
| + launcher_controller()->LaunchApp(ash::AppLauncherId(app_id(), launch_id()),
|
| + source, ui::EF_NONE);
|
| return kNewWindowCreated;
|
| }
|
| return ActivateContent(content);
|
|
|