| 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 d86ef49169b8209403d2e268f273fb5823607de3..f2f8690673b099c0e43a15c716acd12a2b382367 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",
|
|
|