Index: content/browser/renderer_host/resource_dispatcher_host_request_info.h |
diff --git a/content/browser/renderer_host/resource_dispatcher_host_request_info.h b/content/browser/renderer_host/resource_dispatcher_host_request_info.h |
index 6337a10b6dd94809782dd4248f708ca6fdd2af52..cf613ba118ef8110659e85adfab9c9b77b2bae55 100644 |
--- a/content/browser/renderer_host/resource_dispatcher_host_request_info.h |
+++ b/content/browser/renderer_host/resource_dispatcher_host_request_info.h |
@@ -60,6 +60,7 @@ class ResourceDispatcherHostRequestInfo : public net::URLRequest::UserData { |
// Top-level ResourceHandler servicing this request. |
ResourceHandler* resource_handler() { return resource_handler_.get(); } |
+ void set_resource_handler(ResourceHandler* resource_handler); |
// CrossSiteResourceHandler for this request, if it is a cross-site request. |
// (NULL otherwise.) This handler is part of the chain of ResourceHandlers |