Commit 9e459612 authored by tkent's avatar tkent Committed by Commit bot

Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1021393002/)

Reason for revert:
speculative revert for "Too many open files" on various Mac bots.
e.g. http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.9/builds/17511/steps/webkit_tests/logs/stdio

Original issue's description:
> Re-enable ChannelMojo
>
> It was disabled due to crbug.com/466814 that is now fixed.
> It's time to turn it on again.
>
> R=viettrungluu@chromium.org
> BUG=466814,377980
>
> Committed: https://crrev.com/c99c93842fa50f85888d069f0be962462f92a643
> Cr-Commit-Position: refs/heads/master@{#322092}

TBR=viettrungluu@chromium.org,morrita@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=466814,377980

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

Cr-Commit-Position: refs/heads/master@{#322113}
parent 5eab51f7
...@@ -192,7 +192,8 @@ void ChannelMojo::ChannelInfoDeleter::operator()( ...@@ -192,7 +192,8 @@ void ChannelMojo::ChannelInfoDeleter::operator()(
// static // static
bool ChannelMojo::ShouldBeUsed() { bool ChannelMojo::ShouldBeUsed() {
// TODO(morrita): Remove this if it sticks. // TODO(morrita): Remove this if it sticks.
return true; // ChannelMojo is currently disabled due to http://crbug.com/466814.
return false;
} }
// static // static
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment