| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| index 8af2bf3599df4dbdec75c75ab684afc4d088e80b..a337ffd949ad4c914235a4b369a498f4fa3301fe 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| @@ -79,7 +79,8 @@ class TabContentsViewViews : public views::Widget,
|
| // Implementation of RenderViewHostDelegate::View.
|
| virtual void CreateNewWindow(
|
| int route_id,
|
| - const ViewHostMsg_CreateWindow_Params& params) OVERRIDE;
|
| + const ViewHostMsg_CreateWindow_Params& params,
|
| + ContentFrame* opener) OVERRIDE;
|
| virtual void CreateNewWidget(int route_id,
|
| WebKit::WebPopupType popup_type) OVERRIDE;
|
| virtual void CreateNewFullscreenWidget(int route_id) OVERRIDE;
|
|
|