| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 5d02f1d3ceac904e1011da5ae0b0d1cf06953064..90a01121d01ef4206b863f29d7bb7c9f3df639f9 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -54,6 +54,7 @@ class ShareableFileReference;
|
| }
|
|
|
| namespace content {
|
| +class AppCacheNavigationHandleCore;
|
| class AppCacheService;
|
| class AsyncRevalidationManager;
|
| class LoaderDelegate;
|
| @@ -277,7 +278,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| const NavigationRequestInfo& info,
|
| std::unique_ptr<NavigationUIData> navigation_ui_data,
|
| NavigationURLLoaderImplCore* loader,
|
| - ServiceWorkerNavigationHandleCore* service_worker_handle_core);
|
| + ServiceWorkerNavigationHandleCore* service_worker_handle_core,
|
| + AppCacheNavigationHandleCore* appcache_handle_core);
|
|
|
| int num_in_flight_requests_for_testing() const {
|
| return num_in_flight_requests_;
|
|
|