| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index 8d2b45c6f0e5e0fa14735be28b74e8f1ed5d3668..2914b00d473fcaa66cc6385447b63ad4ddb9a177 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -19,11 +19,6 @@
|
| #include "content/common/message_router.h"
|
| #include "content/public/child/child_thread.h"
|
| #include "ipc/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
|
| -
|
| -#if defined(MOJO_SHELL_CLIENT)
|
| -#include "content/common/mojo/channel_init.h"
|
| -#include "ipc/ipc_platform_file.h"
|
| -#endif
|
|
|
| namespace base {
|
| class MessageLoop;
|
| @@ -240,9 +235,6 @@
|
| #if defined(USE_TCMALLOC)
|
| void OnGetTcmallocStats();
|
| #endif
|
| -#if defined(MOJO_SHELL_CLIENT)
|
| - void OnBindControllerHandle(const IPC::PlatformFileForTransit& file);
|
| -#endif
|
|
|
| void EnsureConnected();
|
|
|
| @@ -304,10 +296,6 @@
|
| scoped_refptr<ChildMessageFilter> geofencing_message_filter_;
|
|
|
| scoped_refptr<base::SequencedTaskRunner> browser_process_io_runner_;
|
| -
|
| -#if defined(MOJO_SHELL_CLIENT)
|
| - ChannelInit mojo_shell_channel_init_;
|
| -#endif
|
|
|
| base::WeakPtrFactory<ChildThreadImpl> channel_connected_factory_;
|
|
|
|
|