| Index: content/browser/renderer_host/resource_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host.h b/content/browser/renderer_host/resource_dispatcher_host.h
|
| index 43ef9a14595038a76a0c82e70ef166fcdd334322..c201eb981cd5f0e51eb629fda1668f40e71cc07a 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.h
|
| @@ -45,7 +45,7 @@ class WebKitThread;
|
| struct DownloadSaveInfo;
|
| struct GlobalRequestID;
|
| struct ResourceHostMsg_Request;
|
| -struct ViewMsg_ClosePage_Params;
|
| +struct ViewMsg_SwapOut_Params;
|
|
|
| namespace net {
|
| class URLRequestContext;
|
| @@ -171,8 +171,8 @@ class ResourceDispatcherHost : public net::URLRequest::Delegate {
|
| return webkit_thread_.get();
|
| }
|
|
|
| - // Called when the onunload handler for a cross-site request has finished.
|
| - void OnClosePageACK(const ViewMsg_ClosePage_Params& params);
|
| + // Called when the unload handler for a cross-site request has finished.
|
| + void OnSwapOutACK(const ViewMsg_SwapOut_Params& params);
|
|
|
| // Force cancels any pending requests for the given process.
|
| void CancelRequestsForProcess(int process_unique_id);
|
|
|