summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authoryoichio <yoichio@chromium.org>2015-01-26 20:16:07 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-27 04:18:04 +0000
commitaf01416ada7b968c55224be9e61272ad73e59fe1 (patch)
tree6ea299a4ca51dee9f7e2c1b5166722e5a48265fc /ipc
parent943a043a6cfc97f04f513f2a66c345903a895fb0 (diff)
downloadchromium_src-af01416ada7b968c55224be9e61272ad73e59fe1.zip
chromium_src-af01416ada7b968c55224be9e61272ad73e59fe1.tar.gz
chromium_src-af01416ada7b968c55224be9e61272ad73e59fe1.tar.bz2
Revert of Enable ChannelMojo (patchset #3 id:40001 of https://codereview.chromium.org/857483004/)
Reason for revert: many ipc test failed. https://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%281%29/builds/10036 Original issue's description: > 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 > > Committed: https://crrev.com/a06cd1b2fe83b51b0874ca504066f00a17192026 > Cr-Commit-Position: refs/heads/master@{#313184} TBR=viettrungluu@chromium.org,morrita@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=377980 Review URL: https://codereview.chromium.org/875333002 Cr-Commit-Position: refs/heads/master@{#313225}
Diffstat (limited to 'ipc')
-rw-r--r--ipc/mojo/ipc_channel_mojo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc
index 419d8d5..201fe57 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): Remove this if it sticks.
- return true;
+ // TODO(morrita): Turn this on for a set of platforms.
+ return false;
}
// static