| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index 3ced642020ec04055033ff3716649df8e95bc849..1fe66afaf0da1589fe0c1759553a62ab3cbc016e 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -82,8 +82,7 @@ class BackgroundContents : public RenderViewHostDelegate,
|
| // RenderViewHostDelegate::View
|
| virtual void CreateNewWindow(
|
| int route_id,
|
| - WindowContainerType window_container_type,
|
| - const string16& frame_name);
|
| + const ViewHostMsg_CreateWindow_Params& params);
|
| virtual void CreateNewWidget(int route_id, WebKit::WebPopupType popup_type);
|
| virtual void CreateNewFullscreenWidget(
|
| int route_id, WebKit::WebPopupType popup_type);
|
|
|