| Index: chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
|
| diff --git a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
|
| index 9c3a633936d613d96de1ea09db51bb62bb0d9df6..2f37f1a43ceb4d1854265d9e07b85e2d210e7f87 100644
|
| --- a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
|
| +++ b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
|
| @@ -33,7 +33,8 @@ TabContents* HtmlDialogTabContentsDelegate::OpenURLFromTab(
|
| TabContents* source, const GURL& url, const GURL& referrer,
|
| WindowOpenDisposition disposition, content::PageTransition transition) {
|
| return OpenURLFromTab(source,
|
| - OpenURLParams(url, referrer, disposition, transition));
|
| + OpenURLParams(url, referrer, disposition, transition,
|
| + false));
|
| }
|
|
|
| TabContents* HtmlDialogTabContentsDelegate::OpenURLFromTab(
|
|
|