Index: chrome/browser/tab_contents/tab_contents_view_gtk.h |
diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.h b/chrome/browser/tab_contents/tab_contents_view_gtk.h |
index 69d9f88b902c5046c37b98b355a7df1e3d1ba211..47c11974829bfa2f3a740dd77ce5ad704a2fbaaf 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view_gtk.h |
+++ b/chrome/browser/tab_contents/tab_contents_view_gtk.h |
@@ -77,7 +77,8 @@ class TabContentsViewGtk : public TabContentsView { |
// Backend implementation of RenderViewHostDelegate::View. |
virtual void CreateNewWindow( |
int route_id, |
- const ViewHostMsg_CreateWindow_Params& params) OVERRIDE; |
+ const ViewHostMsg_CreateWindow_Params& params, |
+ content::ContentFrame* opener) OVERRIDE; |
virtual void CreateNewWidget(int route_id, |
WebKit::WebPopupType popup_type) OVERRIDE; |
virtual void CreateNewFullscreenWidget(int route_id) OVERRIDE; |