| 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 dc3d02ffb76339fbd264d03c3e5deade5f3cb7ef..24cfe5ad46655d80e35d3ebd044d18bbb52db88d 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -6115,7 +6115,7 @@ void TestingAutomationProvider::LaunchApp(
|
| new AppLaunchObserver(&old_contents->GetController(), this, reply_message,
|
| launch_container);
|
| Browser::OpenApplication(profile(), extension, launch_container, GURL(),
|
| - CURRENT_TAB);
|
| + CURRENT_TAB, NULL);
|
| }
|
|
|
| // Sample JSON input: { "command": "SetAppLaunchType",
|
|
|