| 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 ca444edbd0d0307ff3f743b79d54577b77bfa093..1142f548283a3980f27adc9fcc205f829d148fa0 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.h
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.h
|
| @@ -134,6 +134,11 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
|
| ResourceContext* resource_context,
|
| ResourceResponse* response);
|
|
|
| + // Notification that a request has completed.
|
| + virtual void RequestComplete(net::URLRequest* url_request,
|
| + int render_process_id,
|
| + int render_view_id);
|
| +
|
| protected:
|
| ResourceDispatcherHostDelegate();
|
| virtual ~ResourceDispatcherHostDelegate();
|
|
|