| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 086f39bea06fe3005c338f26f240ae891fe760f6..ab0c9b71453ec2834c6a76aabc705240338d4009 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -104,6 +104,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| ResourceDispatcherHostImpl();
|
| ~ResourceDispatcherHostImpl() override;
|
|
|
| + void Init();
|
| +
|
| // Returns the current ResourceDispatcherHostImpl. May return NULL if it
|
| // hasn't been created yet.
|
| static ResourceDispatcherHostImpl* Get();
|
|
|