| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index e2bf1492e47e1b1d8807f68690ad91d13b7f5c37..bd99d2a24df319a5c3f9b208cf5009c99b3e710d 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -497,6 +497,12 @@ void ResourceDispatcherHostImpl::RegisterInterceptor(
|
| http_header_interceptor_map_[http_header] = interceptor_info;
|
| }
|
|
|
| +void ResourceDispatcherHostImpl::ReprioritizeRequest(
|
| + net::URLRequest* request,
|
| + net::RequestPriority priority) {
|
| + scheduler_->ReprioritizeRequest(request, priority);
|
| +}
|
| +
|
| void ResourceDispatcherHostImpl::Shutdown() {
|
| DCHECK(main_thread_task_runner_->BelongsToCurrentThread());
|
| io_thread_task_runner_->PostTask(
|
|
|