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

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

Issue 2239273002: Don't use SSLStatus from FrameHostMsg_DidCommitProvisionalLoad and instead cache it on the browser … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 4 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 577502e169eddf705776b3f9f1dce51fc50a14a2..46a6e560b37b6c225e24d8ae1de26b19cb1b0db5 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -599,8 +599,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
// completes, the stored certificate has to be updated to reflect the
// new renderer process.
void UpdateResponseCertificateForTransfer(ResourceResponse* response,
- const net::SSLInfo& ssl_info,
- int child_id);
+ net::URLRequest* request,
+ ResourceRequestInfoImpl* info);
CertStore* GetCertStore();

Powered by Google App Engine
This is Rietveld 408576698