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

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

Issue 202683004: Revert 257505 "Adds the ability for the renderer to create the m..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
« no previous file with comments | « trunk/src/content/DEPS ('k') | trunk/src/content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/renderer_host/render_process_host_impl.h
===================================================================
--- trunk/src/content/browser/renderer_host/render_process_host_impl.h (revision 257564)
+++ trunk/src/content/browser/renderer_host/render_process_host_impl.h (working copy)
@@ -40,7 +40,6 @@
class GeolocationDispatcherHost;
class GpuMessageFilter;
class MessagePortMessageFilter;
-class MojoChannelInit;
class PeerConnectionTrackerHost;
class RendererMainThread;
class RenderWidgetHelper;
@@ -297,9 +296,6 @@
void SendDisableAecDumpToRenderer();
#endif
- // Establishes the mojo channel to the renderer.
- void CreateMojoChannel();
-
// The registered IPC listener objects. When this list is empty, we should
// delete ourselves.
IDMap<IPC::Listener> listeners_;
@@ -421,18 +417,14 @@
base::Callback<void(const std::string&)> webrtc_log_message_callback_;
#endif
+ // Lives on the browser's ChildThread.
+ base::WeakPtrFactory<RenderProcessHostImpl> weak_factory_;
+
// Message filter and dispatcher for screen orientation.
ScreenOrientationDispatcherHost* screen_orientation_dispatcher_host_;
int worker_ref_count_;
- // TODO(sky): remove ifdef, temporary until mac sorted out.
-#if !defined(OS_MACOSX)
- scoped_ptr<MojoChannelInit> mojo_channel_init_;
-#endif
-
- base::WeakPtrFactory<RenderProcessHostImpl> weak_factory_;
-
DISALLOW_COPY_AND_ASSIGN(RenderProcessHostImpl);
};
« no previous file with comments | « trunk/src/content/DEPS ('k') | trunk/src/content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698