| 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 a62b7f8cd18f1ac9a9a4f9aa57a18f1fad49ce28..2d47396ee5c4f95b2ce6f5cdb88e5875c9276cff 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -742,7 +742,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(kDataScheme) &&
|
|
|