| 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 49d23d2d53fe8d91c28e42ee6130cd893b318ac1..d147a2824fa6046c08163b26f2a0269dc666aa8b 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -349,6 +349,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| void DidReceiveRedirect(ResourceLoader* loader, const GURL& new_url) override;
|
| void DidReceiveResponse(ResourceLoader* loader) override;
|
| void DidFinishLoading(ResourceLoader* loader) override;
|
| + std::unique_ptr<net::ClientCertStore> CreateClientCertStore(
|
| + ResourceLoader* loader) override;
|
|
|
| // An init helper that runs on the IO thread.
|
| void OnInit();
|
|
|