| Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| index e6c2f83a3ec8639e8a3c53edc9b27aa05f28ef57..dc4d7469bd72b160fbaf2aeca840b4b6948ad9c3 100644
|
| --- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| +++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| @@ -39,8 +39,6 @@ class ChromeResourceDispatcherHostDelegate
|
|
|
| // ResourceDispatcherHostDelegate implementation.
|
| virtual bool ShouldBeginRequest(
|
| - int child_id,
|
| - int route_id,
|
| const std::string& method,
|
| const GURL& url,
|
| content::ResourceType resource_type,
|
| @@ -50,8 +48,6 @@ class ChromeResourceDispatcherHostDelegate
|
| content::ResourceContext* resource_context,
|
| content::AppCacheService* appcache_service,
|
| content::ResourceType resource_type,
|
| - int child_id,
|
| - int route_id,
|
| ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
|
| virtual void DownloadStarting(
|
| net::URLRequest* request,
|
|
|