Enable ChannelMojo

As we addressed certain amount of the performance problem,
it's time to give it another try.

R=viettrungluu@chromium.org
BUG=377980

Review URL: https://codereview.chromium.org/857483004

Cr-Commit-Position: refs/heads/master@{#313184}


CrOS-Libchrome-Original-Commit: a06cd1b2fe83b51b0874ca504066f00a17192026
diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc
index 201fe57..419d8d5 100644
--- a/ipc/mojo/ipc_channel_mojo.cc
+++ b/ipc/mojo/ipc_channel_mojo.cc
@@ -173,8 +173,8 @@
 
 // static
 bool ChannelMojo::ShouldBeUsed() {
-  // TODO(morrita): Turn this on for a set of platforms.
-  return false;
+  // TODO(morrita): Remove this if it sticks.
+  return true;
 }
 
 // static