Index: content/browser/cross_site_transfer_browsertest.cc |
diff --git a/content/browser/cross_site_transfer_browsertest.cc b/content/browser/cross_site_transfer_browsertest.cc |
index 05837b5dcc4081b3e11157c28295631321e4d83b..8082eb239e0a15f78892944bdf884c4b4803a81f 100644 |
--- a/content/browser/cross_site_transfer_browsertest.cc |
+++ b/content/browser/cross_site_transfer_browsertest.cc |
@@ -38,13 +38,10 @@ class TrackingResourceDispatcherHostDelegate |
ResourceContext* resource_context, |
AppCacheService* appcache_service, |
ResourceType resource_type, |
- int child_id, |
- int route_id, |
ScopedVector<ResourceThrottle>* throttles) OVERRIDE { |
CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
ShellResourceDispatcherHostDelegate::RequestBeginning( |
- request, resource_context, appcache_service, resource_type, child_id, |
- route_id, throttles); |
+ request, resource_context, appcache_service, resource_type, throttles); |
// Expect only a single request for the tracked url. |
ASSERT_FALSE(throttle_created_); |
// If this is a request for the tracked URL, add a throttle to track it. |