diff options
Diffstat (limited to 'chrome/browser/automation/automation_provider.cc')
-rw-r--r-- | chrome/browser/automation/automation_provider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc index b14e286..9e87744 100644 --- a/chrome/browser/automation/automation_provider.cc +++ b/chrome/browser/automation/automation_provider.cc @@ -1083,7 +1083,7 @@ void AutomationProvider::AppendTab(int handle, const GURL& url, reply_message); TabContents* tab_contents = browser->AddTabWithURL(url, GURL(), PageTransition::TYPED, - true, -1, NULL); + true, -1, false, NULL); if (tab_contents) { append_tab_response = GetIndexForNavigationController(&tab_contents->controller(), browser); |