Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.h

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Address review comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/browser/loader/navigation_url_loader_unittest.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698