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

Unified Diff: content/browser/loader/navigation_resource_throttle.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/navigation_resource_throttle.h
diff --git a/content/browser/loader/navigation_resource_throttle.h b/content/browser/loader/navigation_resource_throttle.h
index 74dfe7936f6f5dbaba9d859eda7bb66c793ff123..55a1da5d1519588327dd2f06a0196778fe728d15 100644
--- a/content/browser/loader/navigation_resource_throttle.h
+++ b/content/browser/loader/navigation_resource_throttle.h
@@ -16,7 +16,6 @@ class URLRequest;
}
namespace content {
-class CertStore;
class ResourceDispatcherHostDelegate;
// This ResourceThrottle is used to convey throttling information to the UI
@@ -27,7 +26,6 @@ class NavigationResourceThrottle : public ResourceThrottle {
NavigationResourceThrottle(
net::URLRequest* request,
ResourceDispatcherHostDelegate* resource_dispatcher_host_delegate,
- CertStore* cert_store,
RequestContextType request_context_type);
~NavigationResourceThrottle() override;
@@ -43,7 +41,6 @@ class NavigationResourceThrottle : public ResourceThrottle {
net::URLRequest* request_;
ResourceDispatcherHostDelegate* resource_dispatcher_host_delegate_;
- CertStore* cert_store_;
RequestContextType request_context_type_;
base::WeakPtrFactory<NavigationResourceThrottle> weak_ptr_factory_;
« no previous file with comments | « content/browser/loader/navigation_resource_handler.cc ('k') | content/browser/loader/navigation_resource_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698