| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 21465)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -56,6 +56,7 @@
|
| class WebDevToolsAgentDelegate;
|
| struct ContextMenuMediaParams;
|
| struct ThumbnailScore;
|
| +struct ViewMsg_ClosePage_Params;
|
| struct ViewMsg_Navigate_Params;
|
| struct ViewMsg_UploadFile_Params;
|
| struct WebDropData;
|
| @@ -549,7 +550,7 @@
|
|
|
| // Runs the onunload handler and closes the page, replying with ClosePage_ACK
|
| // (with the given RPH and request IDs, to help track the request).
|
| - void OnClosePage(int new_render_process_host_id, int new_request_id);
|
| + void OnClosePage(const ViewMsg_ClosePage_Params& params);
|
|
|
| // Notification about ui theme changes.
|
| void OnThemeChanged();
|
|
|