| Index: content/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
|
| index cfae17bd865ef81a4f57faaed775d7eaf6bca87c..293e7bbfae73dcb1b88f1b60ee8e3bdde61e87f7 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -23,7 +23,8 @@ TabContents* TabContentsDelegate::OpenURLFromTab(
|
| WindowOpenDisposition disposition,
|
| content::PageTransition transition) {
|
| return OpenURLFromTab(source,
|
| - OpenURLParams(url, referrer, disposition, transition));
|
| + OpenURLParams(url, referrer, disposition, transition,
|
| + false));
|
| }
|
|
|
| TabContents* TabContentsDelegate::OpenURLFromTab(TabContents* source,
|
|
|