| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index 79265e443d7fefbb85301a8ce7ca4ad25c37eb0d..dc97afb6f1393f7e2db8d31190120e37ff553629 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -482,7 +482,8 @@ void NavigatorImpl::DidNavigate(
|
| // origin because it creates a RenderFrameProxy that needs this to initialize
|
| // its security context. This origin will also be sent to RenderFrameProxies
|
| // created via ViewMsg_New and FrameMsg_NewFrameProxy.
|
| - render_frame_host->frame_tree_node()->SetCurrentOrigin(params.origin);
|
| + render_frame_host->frame_tree_node()->SetCurrentOrigin(
|
| + params.origin, params.has_potentially_trustworthy_unique_origin);
|
|
|
| render_frame_host->frame_tree_node()->SetEnforceStrictMixedContentChecking(
|
| params.should_enforce_strict_mixed_content_checking);
|
|
|