| Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| index 3b76e4256dc0901fd793d98cbc3111ed1fb84777..f444182139a1a591fce8beea08ca490af5d6b400 100644
|
| --- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| +++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| @@ -322,7 +322,7 @@ void ChromeResourceDispatcherHostDelegate::OnResponseStarted(
|
| resource_dispatcher_host_->InfoForRequest(request);
|
| filter->Send(new ChromeViewMsg_SetContentSettingsForLoadingURL(
|
| info->route_id(), request->url(),
|
| - map->GetContentSettings(request->url(), request->url())));
|
| + map->GetContentSettings(request->url())));
|
|
|
| // See if the response contains the X-Auto-Login header. If so, this was
|
| // a request for a login page, and the server is allowing the browser to
|
|
|