Index: chrome/browser/ui/extensions/application_launch.cc |
diff --git a/chrome/browser/ui/extensions/application_launch.cc b/chrome/browser/ui/extensions/application_launch.cc |
index f734580c1db489a1440e8addffc1c8095ebdbab5..9d404559f5e504a798dff6647f455ebb5d7d6e6b 100644 |
--- a/chrome/browser/ui/extensions/application_launch.cc |
+++ b/chrome/browser/ui/extensions/application_launch.cc |
@@ -305,8 +305,8 @@ WebContents* OpenEnabledApplication(const AppLaunchParams& params) { |
prefs->SetActiveBit(extension->id(), true); |
if (CanLaunchViaEvent(extension)) { |
- apps::LaunchPlatformAppWithCommandLine( |
- params.profile, extension, params.command_line, |
+ apps::LaunchPlatformAppWithCommandLineAndLaunchId( |
+ params.profile, extension, params.launch_id, params.command_line, |
params.current_directory, params.source, params.play_store_status); |
return NULL; |
} |