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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 2446553002: Support Service Worker NavigationPreload with PlzNavigate. (Closed)
Patch Set: remove unnecessary comment Created 4 years, 2 months 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/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index d7d60677a9b773ef8bb04d1c3b6b9365ec7fc05f..8c99df56bcd9b8f7bed9035dae7fd8c939c88ee3 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -27,6 +27,7 @@
#include "content/common/associated_interfaces.mojom.h"
#include "content/common/content_export.h"
#include "content/common/renderer.mojom.h"
+#include "content/common/service_worker/service_worker_types.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/common/service_manager_connection.h"
#include "ipc/ipc_channel_proxy.h"
@@ -181,6 +182,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
bool IsWorkerRefCountDisabled() override;
void PurgeAndSuspend() override;
mojom::Renderer* GetRendererInterface() override;
+ MojoURLLoaderFactoryGetter CreateURLLoaderFactoryGetter() override;
mojom::RouteProvider* GetRemoteRouteProvider();

Powered by Google App Engine
This is Rietveld 408576698