Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1717)

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.h

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove cert_store on ios Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/browser/loader/navigation_resource_throttle.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698