| Index: content/browser/renderer_host/resource_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host.cc b/content/browser/renderer_host/resource_dispatcher_host.cc
|
| index bf470c7fd010b4270db2bfad49fff9d5ede2d2e6..f8d095dcb5b3d146f8cc9456b4786f0305d386ed 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.cc
|
| @@ -1189,7 +1189,7 @@ void ResourceDispatcherHost::OnReceivedRedirect(net::URLRequest* request,
|
|
|
| if (info->process_type() != ChildProcessInfo::PLUGIN_PROCESS &&
|
| !ChildProcessSecurityPolicy::GetInstance()->
|
| - CanRequestURL(info->child_id(), new_url)) {
|
| + CanRedirectURL(info->child_id(), new_url)) {
|
| VLOG(1) << "Denied unauthorized request for "
|
| << new_url.possibly_invalid_spec();
|
|
|
|
|