| 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 870345efda6af517baaa45b696cd2ff7419691ef..210e99f3496f7619547ac0bd68a07c44611389c9 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
|
|
|