| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index fe1acbd7ecf94da4e95ea1f9e382dfd6790085f6..b75561a52ad398268a7e9d2562270c6a09b9a11e 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -5664,7 +5664,7 @@ void TestingAutomationProvider::LaunchApp(
|
| new AppLaunchObserver(&old_contents->GetController(), this, reply_message,
|
| launch_container);
|
| application_launch::OpenApplication(profile(), extension, launch_container,
|
| - GURL(), CURRENT_TAB);
|
| + GURL(), CURRENT_TAB, NULL);
|
| }
|
|
|
| // Sample JSON input: { "command": "SetAppLaunchType",
|
|
|