diff options
author | morrita <morrita@chromium.org> | 2015-01-26 17:04:30 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-27 01:05:12 +0000 |
commit | a06cd1b2fe83b51b0874ca504066f00a17192026 (patch) | |
tree | 46b99b793922a2685c184bc6204f812d786b8a69 /ipc | |
parent | 751c4ac09673e018b7e9cb92b95fe4304d66c6f7 (diff) | |
download | chromium_src-a06cd1b2fe83b51b0874ca504066f00a17192026.zip chromium_src-a06cd1b2fe83b51b0874ca504066f00a17192026.tar.gz chromium_src-a06cd1b2fe83b51b0874ca504066f00a17192026.tar.bz2 |
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}
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/mojo/ipc_channel_mojo.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ void ChannelMojo::ChannelInfoDeleter::operator()( // 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 |