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