Index: content/browser/loader/cross_site_resource_handler.h |
diff --git a/content/browser/loader/cross_site_resource_handler.h b/content/browser/loader/cross_site_resource_handler.h |
index 39c3a14593d35c26f27e403271c2a54f2a7fe91f..5c08f7e42028e48d61571f6ac925ddaadc77e379 100644 |
--- a/content/browser/loader/cross_site_resource_handler.h |
+++ b/content/browser/loader/cross_site_resource_handler.h |
@@ -47,9 +47,9 @@ class CrossSiteResourceHandler : public LayeredResourceHandler { |
private: |
// Prepare to render the cross-site response in a new RenderViewHost, by |
// telling the old RenderViewHost to run its onunload handler. |
- void StartCrossSiteTransition( |
- int request_id, |
- ResourceResponse* response); |
+ void StartCrossSiteTransition(int request_id, |
+ ResourceResponse* response, |
+ bool should_transfer); |
void ResumeIfDeferred(); |