| 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 75adbe24acc75666e3d136a0c5b2aa363432dc29..bf92b25faf1a98b9e4f7ec7ea1f6a3c67be6a213 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -90,6 +90,10 @@ void ResourceDispatcherHostDelegate::OnRequestRedirected(
|
| ResourceResponse* response) {
|
| }
|
|
|
| +void ResourceDispatcherHostDelegate::RequestComplete(
|
| + net::URLRequest* url_request) {
|
| +}
|
| +
|
| ResourceDispatcherHostDelegate::ResourceDispatcherHostDelegate() {
|
| }
|
|
|
|
|