Index: content/browser/loader/resource_dispatcher_host_impl.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc |
index 3b66397793ba477d9a3831377ff7967635598651..664bf613633820103ce9564be9858c917a456920 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.cc |
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc |
@@ -999,9 +999,7 @@ void ResourceDispatcherHostImpl::BeginRequest( |
} |
// Allow the observer to block/handle the request. |
- if (delegate_ && !delegate_->ShouldBeginRequest(child_id, |
- route_id, |
- request_data.method, |
+ if (delegate_ && !delegate_->ShouldBeginRequest(request_data.method, |
request_data.url, |
request_data.resource_type, |
resource_context)) { |
@@ -1179,8 +1177,6 @@ scoped_ptr<ResourceHandler> ResourceDispatcherHostImpl::CreateResourceHandler( |
resource_context, |
filter_->appcache_service(), |
request_data.resource_type, |
- child_id, |
- route_id, |
&throttles); |
} |