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 b403ec478c0440f15f604e8678178e0388ba53c6..a3ee2689a3578345ad8a9eca09ccfc7596eb4e46 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -5642,7 +5642,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); |
} |