Index: content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
=================================================================== |
--- content/browser/renderer_host/resource_dispatcher_host_unittest.cc (revision 128565) |
+++ content/browser/renderer_host/resource_dispatcher_host_unittest.cc (working copy) |
@@ -933,6 +933,9 @@ |
MakeTestRequest(filter_.get(), 2, 5, net::URLRequestTestJob::test_url_2()); |
MakeTestRequest(filter_.get(), 2, 6, net::URLRequestTestJob::test_url_3()); |
+ host_.CancelRequestsForProcess(filter_->child_id()); |
+ host_.CancelRequestsForProcess(second_filter->child_id()); |
+ |
// Flush all the pending requests. |
while (net::URLRequestTestJob::ProcessOnePendingMessage()) {} |
} |