Commit a06cd1b2 authored by morrita's avatar morrita Committed by Commit bot

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}
parent 751c4ac0
......@@ -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
......
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