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

Unified Diff: content/browser/frame_host/navigation_handle_impl.h

Issue 2467793002: use scoped_refptr
Patch Set: add test Created 4 years, 1 month 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
« no previous file with comments | « no previous file | content/browser/frame_host/navigation_handle_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigation_handle_impl.h
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
index e80ee36b68505fa3caac28890d8ec6204697cba6..2916d284b69202f5159982e7780b052e40833abc 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -30,6 +30,7 @@ namespace content {
class NavigationUIData;
class NavigatorDelegate;
+class ResourceMessageFilter;
class ResourceRequestBodyImpl;
class ServiceWorkerContextWrapper;
class ServiceWorkerNavigationHandle;
@@ -185,7 +186,8 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
// PlzNavigate
void InitServiceWorkerHandle(
- ServiceWorkerContextWrapper* service_worker_context);
+ ServiceWorkerContextWrapper* service_worker_context,
+ ResourceMessageFilter* resource_message_filter);
ServiceWorkerNavigationHandle* service_worker_handle() const {
return service_worker_handle_.get();
}
« no previous file with comments | « no previous file | content/browser/frame_host/navigation_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698