| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 65bd5a03ebf339d86642cdc989e3c637dcab20db..f883a45098cb08d4634e0c40f904f8aa70943d1e 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -747,7 +747,7 @@ void RenderFrameHostImpl::Navigate(const FrameMsg_Navigate_Params& params) {
|
| TRACE_EVENT0("frame_host", "RenderFrameHostImpl::Navigate");
|
| // Browser plugin guests are not allowed to navigate outside web-safe schemes,
|
| // so do not grant them the ability to request additional URLs.
|
| - if (!GetProcess()->IsGuest()) {
|
| + if (!GetProcess()->IsIsolatedGuest()) {
|
| ChildProcessSecurityPolicyImpl::GetInstance()->GrantRequestURL(
|
| GetProcess()->GetID(), params.url);
|
| if (params.url.SchemeIs(url::kDataScheme) &&
|
|
|