| Index: ipc/mojo/ipc_channel_mojo.cc
|
| diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc
|
| index 08c3458e8f7f18c7c9e04dff3e84dd8f2348fde5..9994f8b8bef8f57410e9664a0e9e461afc6381da 100644
|
| --- a/ipc/mojo/ipc_channel_mojo.cc
|
| +++ b/ipc/mojo/ipc_channel_mojo.cc
|
| @@ -234,9 +234,7 @@ void ChannelMojo::ChannelInfoDeleter::operator()(
|
|
|
| // static
|
| bool ChannelMojo::ShouldBeUsed() {
|
| - // TODO(rockot): Investigate performance bottlenecks and hopefully reenable
|
| - // this at some point. http://crbug.com/500019
|
| - return false;
|
| + return true;
|
| }
|
|
|
| // static
|
|
|