| Index: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc (revision 156155)
|
| +++ chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc (working copy)
|
| @@ -237,6 +237,7 @@
|
| virtual void RequestBeginning(
|
| net::URLRequest* request,
|
| content::ResourceContext* resource_context,
|
| + appcache::AppCacheService* appcache_service,
|
| ResourceType::Type resource_type,
|
| int child_id,
|
| int route_id,
|
| @@ -245,6 +246,7 @@
|
| ChromeResourceDispatcherHostDelegate::RequestBeginning(
|
| request,
|
| resource_context,
|
| + appcache_service,
|
| resource_type,
|
| child_id,
|
| route_id,
|
|
|