| Index: content/browser/tab_contents/tab_contents_view_helper.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_view_helper.cc b/content/browser/tab_contents/tab_contents_view_helper.cc
|
| index 72bccb0cc3113f005714ae3e121fdff06ff23374..c8ea78fdd5a81179240abcdfd2bed483d9d02016 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_helper.cc
|
| +++ b/content/browser/tab_contents/tab_contents_view_helper.cc
|
| @@ -69,6 +69,7 @@ TabContents* TabContentsViewHelper::CreateNewWindow(
|
| NULL);
|
| new_contents->set_opener_web_ui_type(
|
| web_contents->GetWebUITypeForCurrentState());
|
| + new_contents->set_opener_origin(GURL(params.opener_security_origin));
|
| content::WebContentsView* new_view = new_contents->GetView();
|
|
|
| // TODO(brettw): It seems bogus that we have to call this function on the
|
|
|