Index: ipc/mojo/ipc_channel_mojo.h |
diff --git a/ipc/mojo/ipc_channel_mojo.h b/ipc/mojo/ipc_channel_mojo.h |
index c1b659a9d284a6c4942f8cc8e4cbceb6aec83262..8c5de24d405d8287f0cc69ccc99258eac08a43c8 100644 |
--- a/ipc/mojo/ipc_channel_mojo.h |
+++ b/ipc/mojo/ipc_channel_mojo.h |
@@ -38,9 +38,6 @@ class IPC_MOJO_EXPORT ChannelMojo |
public MojoBootstrap::Delegate, |
public NON_EXPORTED_BASE(internal::MessagePipeReader::Delegate) { |
public: |
- // True if ChannelMojo should be used regardless of the flag. |
- static bool ShouldBeUsed(); |
- |
// Creates a ChannelMojo. |
static scoped_ptr<ChannelMojo> Create(mojo::ScopedMessagePipeHandle handle, |
Mode mode, |