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

Unified Diff: content/renderer/render_frame_impl.cc

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/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 82610d767d26a8ac59cb7572d2d5d7b5b3ee6a0e..5849185f342e603a8233e9f322ea5f32532a3e44 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -4594,7 +4594,6 @@ void RenderFrameImpl::SendDidCommitProvisionalLoad(
if (extra_data)
params.was_fetched_via_proxy = extra_data->was_fetched_via_proxy();
params.was_within_same_page = navigation_state->WasWithinSamePage();
- params.security_info = response.securityInfo();
// Set the origin of the frame. This will be replicated to the corresponding
// RenderFrameProxies in other processes.

Powered by Google App Engine
This is Rietveld 408576698