Chromium Code Reviews| 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 420b0879f9ba2c5316123799ae770874bc953be5..8e36f5773ee79827a72832f8fcd0ab880b9c6662 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()) { |
|
darin (slow to review)
2012/12/18 21:09:56
nit: You can delete this line now.
James Simonsen
2013/01/10 19:47:53
Done.
|
| handler.reset( |
| new ThrottlingResourceHandler(handler.Pass(), child_id, request_id, |