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