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

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

Issue 2383853003: Move FrameMsg_NewFrame/NewFrameProxy to mojom (Closed)
Patch Set: Move FrameMsg_NewFrame/NewFrameProxy to mojom 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 e2326e0008c57d097f90f756274366825fb69685..305cda947cb9206025766ce62c1f355a90eda254 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -177,7 +177,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
void PurgeAndSuspend() override;
mojom::RouteProvider* GetRemoteRouteProvider();
- mojom::Renderer* GetRendererInterface();
+
+ static mojom::Renderer* GetRendererInterface(RenderProcessHost* host);
// IPC::Sender via RenderProcessHost.
bool Send(IPC::Message* msg) override;
@@ -575,7 +576,6 @@ 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.
« no previous file with comments | « content/browser/frame_host/render_frame_proxy_host.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698