Index: chrome/browser/tab_contents/tab_contents_view_mac.h |
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.h b/chrome/browser/tab_contents/tab_contents_view_mac.h |
index 0dc7307484cb060e42dbec52bba99d3ae0e31770..3a8ec0c8f6dda4c22e77a5b292efef1c0167a745 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view_mac.h |
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.h |
@@ -88,7 +88,8 @@ class TabContentsViewMac : public TabContentsView { |
// Backend 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; |