| 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 34bad5ad0e55ab8d4a4ce2b2b788f511271de1e8..be856ed42fa4c26bc994b7197230d48c8bf58ec1 100644
|
| --- a/content/browser/child_process_security_policy_impl.cc
|
| +++ b/content/browser/child_process_security_policy_impl.cc
|
| @@ -612,8 +612,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,
|
|
|