| 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 baf2bcdb4c383096c4c14d1858a34ddb305befb7..ba61e0350ad62c7521f75c0978ccf3881e767d02 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -523,6 +523,9 @@ void NavigatorImpl::DidNavigate(
|
| render_frame_host->frame_tree_node()->SetEnforceStrictMixedContentChecking(
|
| params.should_enforce_strict_mixed_content_checking);
|
|
|
| + render_frame_host->frame_tree_node()->SetUniqueOriginPotentiallyTrustworthy(
|
| + params.is_potentially_trustworthy_unique_origin);
|
| +
|
| // When using --site-per-process, we notify the RFHM for all navigations,
|
| // not just main frame navigations.
|
| if (oopifs_possible) {
|
|
|