Index: content/public/browser/resource_dispatcher_host_delegate.cc |
diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc |
index 7301b61071c2cffec2b50ae1af58af37fd180981..825bbb438cf0722899684f98ba017b69835444fa 100644 |
--- a/content/public/browser/resource_dispatcher_host_delegate.cc |
+++ b/content/public/browser/resource_dispatcher_host_delegate.cc |
@@ -69,12 +69,14 @@ bool ResourceDispatcherHostDelegate::ShouldForceDownloadResource( |
void ResourceDispatcherHostDelegate::OnResponseStarted( |
net::URLRequest* request, |
+ ResourceContext* resource_context, |
ResourceResponse* response, |
IPC::Sender* sender) { |
} |
void ResourceDispatcherHostDelegate::OnRequestRedirected( |
net::URLRequest* request, |
+ ResourceContext* resource_context, |
ResourceResponse* response) { |
} |