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 378a20611642e0fb0232284eed467e08f7b0da5d..b7113952fd50987a7b416a4f609140cb1ed57fcc 100644 |
--- a/content/browser/loader/cross_site_resource_handler.h |
+++ b/content/browser/loader/cross_site_resource_handler.h |
@@ -49,9 +49,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(); |