| Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| index 1b2c5d6961dab44852501b7e0c69561b5ba553da..a64f474fba20d598596b545ef60c7a2970dd2299 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| @@ -327,9 +327,10 @@ gboolean TabContentsViewGtk::OnFocus(GtkWidget* widget,
|
|
|
| void TabContentsViewGtk::CreateNewWindow(
|
| int route_id,
|
| - const ViewHostMsg_CreateWindow_Params& params) {
|
| - delegate_view_helper_.CreateNewWindowFromTabContents(
|
| - tab_contents_, route_id, params);
|
| + const ViewHostMsg_CreateWindow_Params& params,
|
| + content::ContentFrame* opener) {
|
| + delegate_view_helper_.CreateNewWindowFromContentFrame(
|
| + opener, route_id, params);
|
| }
|
|
|
| void TabContentsViewGtk::CreateNewWidget(
|
|
|