summaryrefslogtreecommitdiffstats
path: root/ipc/mojo
diff options
context:
space:
mode:
authorskuhne <skuhne@chromium.org>2015-03-12 15:33:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-12 22:34:13 +0000
commit779310e250bee978cc6aaf68ef4dede4bd742357 (patch)
tree4ca67ebf0b88c2a85b59612a9ad977f617965241 /ipc/mojo
parente8f7dfcb412e4b51043ce5b5b10636dad03c1a40 (diff)
downloadchromium_src-779310e250bee978cc6aaf68ef4dede4bd742357.zip
chromium_src-779310e250bee978cc6aaf68ef4dede4bd742357.tar.gz
chromium_src-779310e250bee978cc6aaf68ef4dede4bd742357.tar.bz2
Revert of Enable ChannelMojo (patchset #3 id:40001 of https://codereview.chromium.org/857483004/)
Reason for revert: This is breaking a lot of things (He's dead jim pages, extensions, and other things). See issue 462026. 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/1002973002 Cr-Commit-Position: refs/heads/master@{#320394}
Diffstat (limited to 'ipc/mojo')
-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 6cf8130..1abc10f 100644
--- a/ipc/mojo/ipc_channel_mojo.cc
+++ b/ipc/mojo/ipc_channel_mojo.cc
@@ -191,8 +191,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