Chromium Code Reviews| Index: ipc/mojo/ipc_channel_mojo.cc | 
| diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc | 
| index 0d77fb9b16878a041940c5aa40047572f0294baf..2584a2e2c518d9da93d421fbfe7d9fc93f334350 100644 | 
| --- a/ipc/mojo/ipc_channel_mojo.cc | 
| +++ b/ipc/mojo/ipc_channel_mojo.cc | 
| @@ -192,8 +192,7 @@ | 
| // static | 
| bool ChannelMojo::ShouldBeUsed() { | 
| // TODO(morrita): Remove this if it sticks. | 
| - // ChannelMojo is currently disabled due to http://crbug.com/466814. | 
| - return false; | 
| + return true; | 
| } | 
| // static |