| 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 8480c30c75864fe258882f2e174fa49b1ebb86c0..14bf036d07750bcc211dcac08f90b0d2a2201273 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -5594,7 +5594,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",
|
|
|