summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/resource_dispatcher_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/resource_dispatcher_host.h')
-rw-r--r--content/browser/renderer_host/resource_dispatcher_host.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/renderer_host/resource_dispatcher_host.h b/content/browser/renderer_host/resource_dispatcher_host.h
index a8b621e..2354a23 100644
--- a/content/browser/renderer_host/resource_dispatcher_host.h
+++ b/content/browser/renderer_host/resource_dispatcher_host.h
@@ -44,7 +44,7 @@ class WebKitThread;
struct DownloadSaveInfo;
struct GlobalRequestID;
struct ResourceHostMsg_Request;
-struct ViewMsg_ClosePage_Params;
+struct ViewMsg_SwapOut_Params;
namespace content {
class ResourceContext;
@@ -157,8 +157,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);