Index: content/public/browser/resource_dispatcher_host_delegate.h |
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h |
index f723356b4b9cbc1484898007b83d26e09634e8fe..54a459b8daa821c1ec1de4322a82915ecb18e182 100644 |
--- a/content/public/browser/resource_dispatcher_host_delegate.h |
+++ b/content/public/browser/resource_dispatcher_host_delegate.h |
@@ -104,12 +104,14 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate { |
// Informs the delegate that a response has started. |
virtual void OnResponseStarted( |
net::URLRequest* request, |
+ ResourceContext* resource_context, |
ResourceResponse* response, |
IPC::Sender* sender); |
// Informs the delegate that a request has been redirected. |
virtual void OnRequestRedirected( |
net::URLRequest* request, |
+ ResourceContext* resource_context, |
ResourceResponse* response); |
protected: |