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

Unified Diff: ipc/mojo/ipc_channel_mojo.h

Issue 1805653003: Add support for MojoChannel field trial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 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
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,

Powered by Google App Engine
This is Rietveld 408576698