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 ed2ab0982de5f93689a0e74bc6a4bbdaf822ecb7..f3ae27e54a9b7b0d4ea3aff1f1b7542cad28a54f 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 |