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