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

Unified Diff: ipc/mojo/ipc_channel_mojo.h

Issue 459613009: Convert IPC::ChannelMojo initialization to use new mojo::embedder::CreateChannelOnIOThread(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | ipc/mojo/ipc_channel_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_channel_mojo.h
diff --git a/ipc/mojo/ipc_channel_mojo.h b/ipc/mojo/ipc_channel_mojo.h
index b00abc954489b62cd01a7970b65344e552a49cd7..a2fa5879885240496b0f8761fef2263dbe124b2b 100644
--- a/ipc/mojo/ipc_channel_mojo.h
+++ b/ipc/mojo/ipc_channel_mojo.h
@@ -106,10 +106,7 @@ class IPC_MOJO_EXPORT ChannelMojo : public Channel {
ChannelMojo(scoped_ptr<Channel> bootstrap, Mode mode, Listener* listener,
scoped_refptr<base::TaskRunner> io_thread_task_runner);
- void InitOnIOThread(mojo::ScopedMessagePipeHandle control_pipe);
- scoped_ptr<ControlReader> CreateControlReader(
- mojo::ScopedMessagePipeHandle pipe);
- void DidCreateChannel(mojo::embedder::ChannelInfo*);
+ void InitOnIOThread();
base::WeakPtrFactory<ChannelMojo> weak_factory_;
scoped_ptr<Channel> bootstrap_;
« no previous file with comments | « no previous file | ipc/mojo/ipc_channel_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698