Index: content/renderer/render_frame_impl.cc |
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc |
index be46fd8b8128c5eb43ff8e6d8c75d1861c037bce..cbff866790809b5c268f9321e2219db4ef4498c8 100644 |
--- a/content/renderer/render_frame_impl.cc |
+++ b/content/renderer/render_frame_impl.cc |
@@ -6209,7 +6209,9 @@ void RenderFrameImpl::BeginNavigation(const NavigationPolicyInfo& info) { |
info.urlRequest.hasUserGesture(), |
info.urlRequest.skipServiceWorker() != |
blink::WebURLRequest::SkipServiceWorker::None, |
- GetRequestContextTypeForWebURLRequest(info.urlRequest), initiator_origin); |
+ GetRequestContextTypeForWebURLRequest(info.urlRequest), |
+ GetMixedContentContextTypeForWebURLRequest(info.urlRequest), |
+ initiator_origin); |
if (!info.form.isNull()) { |
WebSearchableFormData web_searchable_form_data(info.form); |