Index: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
index 7caa659c72e715c64a251f946974ba75b4dc5b1d..e984a11f94f00411b29e9e0de108976b57891930 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
@@ -230,16 +230,12 @@ class TestResourceDispatcherHostDelegate |
content::ResourceContext* resource_context, |
content::AppCacheService* appcache_service, |
ResourceType resource_type, |
- int child_id, |
- int route_id, |
ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE { |
ChromeResourceDispatcherHostDelegate::RequestBeginning( |
request, |
resource_context, |
appcache_service, |
resource_type, |
- child_id, |
- route_id, |
throttles); |
content::ResourceThrottle* throttle = |
test_navigation_listener_->CreateResourceThrottle(request->url(), |