| 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 5605bd4525a2091509e1d420fb636a5a7fe809f6..03a6e25204e11bd932605f51c6a9d6aab793a39a 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -5637,7 +5637,7 @@ void TestingAutomationProvider::LaunchApp(
|
| // This observer will delete itself.
|
| new AppLaunchObserver(&old_contents->controller(), this, reply_message,
|
| launch_container);
|
| - Browser::OpenApplication(profile(), extension, launch_container,
|
| + Browser::OpenApplication(profile(), extension, launch_container, GURL(),
|
| CURRENT_TAB);
|
| }
|
|
|
|
|