| 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 b0045d4b84d13418624d827742a7423f70797805..b0db9952ea7ba63e5dcc20f079f637b46d76834c 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -1050,6 +1050,9 @@ void ResourceDispatcherHostImpl::BeginRequest(
|
| new TransferNavigationResourceThrottle(request));
|
| }
|
|
|
| + throttles.push_back(scheduler_.ScheduleRequest(child_id, route_id,
|
| + *request).release());
|
| +
|
| if (!throttles.empty()) {
|
| handler.reset(
|
| new ThrottlingResourceHandler(handler.Pass(), child_id, request_id,
|
|
|