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

Unified Diff: content/browser/loader/certificate_resource_handler.cc

Issue 302653006: Remove use of ResourceRequestInfo::GetRequestID from cert enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again. Created 6 years, 6 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/certificate_resource_handler.cc
diff --git a/content/browser/loader/certificate_resource_handler.cc b/content/browser/loader/certificate_resource_handler.cc
index 2fe7cf9e624ee57b8b1703fa2c5dcca55cd37f9c..9b3a607eb46c0b9c7396ee5f175e0744d09fbb88 100644
--- a/content/browser/loader/certificate_resource_handler.cc
+++ b/content/browser/loader/certificate_resource_handler.cc
@@ -107,8 +107,8 @@ void CertificateResourceHandler::OnResponseCompleted(
// data is well-formed.
const ResourceRequestInfo* info = GetRequestInfo();
GetContentClient()->browser()->AddCertificate(
- request(), cert_type_, content_bytes, content_length_,
- info->GetChildID(), info->GetRouteID());
+ cert_type_, content_bytes, content_length_,
+ info->GetChildID(), info->GetRenderFrameID());
}
void CertificateResourceHandler::AssembleResource() {
« no previous file with comments | « content/browser/android/web_contents_observer_android.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698