| 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 e9c43b38a925afe99847e2b4778c2917794ad6c7..b83a774d5226df6ffb5de44d166980754d6a98f1 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -6087,7 +6087,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",
|
|
|