| Index: chrome/browser/tab_contents/tab_contents_view.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view.h b/chrome/browser/tab_contents/tab_contents_view.h
|
| index 14ee0d5cfcbfcb732b15375b7784d9cb316b7fd7..e4b66a3a08391b94e3407af2aa9ab848a6218452 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_view.h
|
| @@ -189,8 +189,7 @@ class TabContentsView : public RenderViewHostDelegate::View {
|
| // forwarded to *Internal which does platform-specific work.
|
| 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);
|
|
|