| Index: chrome/browser/renderer_host/render_view_host.h
|
| diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h
|
| index 1e5f96256ea6119f319b4c9239641fa4a21c5228..e1b6a3a6e4bbf8cb6d45ef5a35b985da165a0302 100644
|
| --- a/chrome/browser/renderer_host/render_view_host.h
|
| +++ b/chrome/browser/renderer_host/render_view_host.h
|
| @@ -40,6 +40,7 @@ struct ContextMenuParams;
|
| struct MediaPlayerAction;
|
| struct ThumbnailScore;
|
| struct ViewHostMsg_AccessibilityNotification_Params;
|
| +struct ViewHostMsg_CreateWindow_Params;
|
| struct ViewHostMsg_DidPreviewDocument_Params;
|
| struct ViewHostMsg_DidPrintPage_Params;
|
| struct ViewHostMsg_DomMessage_Params;
|
| @@ -449,8 +450,7 @@ class RenderViewHost : public RenderWidgetHost {
|
|
|
| // Creates a new RenderView with the given route id.
|
| void CreateNewWindow(int route_id,
|
| - WindowContainerType window_container_type,
|
| - const string16& frame_name);
|
| + const ViewHostMsg_CreateWindow_Params& params);
|
|
|
| // Creates a new RenderWidget with the given route id. |popup_type| indicates
|
| // if this widget is a popup and what kind of popup it is (select, autofill).
|
|
|