| Index: content/browser/child_process_security_policy_impl.cc
|
| diff --git a/content/browser/child_process_security_policy_impl.cc b/content/browser/child_process_security_policy_impl.cc
|
| index 66a4c3add715ddab6d56d994ed22f6d496124368..abea41fda9ca93dab998bf8c02f47b91c28acbc4 100644
|
| --- a/content/browser/child_process_security_policy_impl.cc
|
| +++ b/content/browser/child_process_security_policy_impl.cc
|
| @@ -651,8 +651,7 @@ bool ChildProcessSecurityPolicyImpl::CanRequestURL(
|
| return true;
|
|
|
| // Also allow URLs destined for ShellExecute and not the browser itself.
|
| - return !GetContentClient()->browser()->IsHandledURL(url) &&
|
| - !net::URLRequest::IsHandledURL(url);
|
| + return !GetContentClient()->browser()->IsHandledURL(url);
|
| }
|
|
|
| bool ChildProcessSecurityPolicyImpl::CanCommitURL(int child_id,
|
|
|