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 c84e0ab31907ae6c99dc3548d3c89ecab523975e..8851a10d1cd4e6cbf3ac8874649ef43b9856ce1a 100644 |
--- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc |
+++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc |
@@ -321,7 +321,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 |