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

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

Issue 2381493003: Move ViewMsg_New to mojom (Closed)
Patch Set: . Created 4 years, 3 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 aac8afa60c469e67337e8ded3fe2a9e2d5abfcf8..ae2dd5f0384a66e2d1933f254507885ac85be230 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -26,6 +26,7 @@
#include "content/browser/webrtc/webrtc_eventlog_host.h"
#include "content/common/associated_interfaces.mojom.h"
#include "content/common/content_export.h"
+#include "content/common/renderer.mojom.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/common/mojo_shell_connection.h"
#include "ipc/ipc_channel_proxy.h"
@@ -186,6 +187,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
void PurgeAndSuspend() override;
mojom::RouteProvider* GetRemoteRouteProvider();
+ mojom::Renderer* GetRendererInterface();
// IPC::Sender via RenderProcessHost.
bool Send(IPC::Message* msg) override;
@@ -602,6 +604,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
scoped_refptr<ResourceMessageFilter> resource_message_filter_;
mojom::RouteProviderAssociatedPtr remote_route_provider_;
+ mojom::RendererAssociatedPtr renderer_interface_;
// A WeakPtrFactory which is reset every time Cleanup() runs. Used to vend
// WeakPtrs which are invalidated any time the RPHI is recycled.

Powered by Google App Engine
This is Rietveld 408576698