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 96438d9f81c87504e189d37fe5e72462747d4cc7..1bea599e8d2312cc0994f7800f9d7e33d6d17f6c 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 net { |
class URLRequestContext; |
@@ -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); |