| 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 6875b14a8465a472d4f4b13a7462ef31c703dd4c..3173b8e2c554309f042118d7ea3a10c50d96cd20 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -58,7 +58,6 @@ class ShareableFileReference;
|
| namespace content {
|
| class AppCacheService;
|
| class AsyncRevalidationManager;
|
| -class CertStore;
|
| class LoaderDelegate;
|
| class NavigationURLLoaderImplCore;
|
| class RenderFrameHostImpl;
|
| @@ -612,16 +611,6 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| int child_id,
|
| bool is_sync_load);
|
|
|
| - // The certificate on a ResourceResponse is associated with a
|
| - // particular renderer process. As a transfer to a new process
|
| - // completes, the stored certificate has to be updated to reflect the
|
| - // new renderer process.
|
| - void UpdateResponseCertificateForTransfer(ResourceResponse* response,
|
| - net::URLRequest* request,
|
| - ResourceRequestInfoImpl* info);
|
| -
|
| - CertStore* GetCertStore();
|
| -
|
| // Consults the RendererSecurity policy to determine whether the
|
| // ResourceDispatcherHostImpl should service this request. A request might
|
| // be disallowed if the renderer is not authorized to retrieve the request
|
| @@ -731,10 +720,6 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
|
|
| std::unique_ptr<ResourceScheduler> scheduler_;
|
|
|
| - // Allows tests to use a mock CertStore. If set, the CertStore must
|
| - // outlive this ResourceDispatcherHostImpl.
|
| - CertStore* cert_store_for_testing_;
|
| -
|
| // Used to invoke an interceptor for the HTTP header.
|
| HeaderInterceptorMap http_header_interceptor_map_;
|
|
|
|
|