Index: chrome/common/child_thread.cc |
=================================================================== |
--- chrome/common/child_thread.cc (revision 67520) |
+++ chrome/common/child_thread.cc (working copy) |
@@ -43,7 +43,7 @@ |
} |
channel_.reset(new IPC::SyncChannel(channel_name_, |
- IPC::Channel::MODE_CLIENT, this, NULL, |
+ IPC::Channel::MODE_CLIENT, this, |
ChildProcess::current()->io_message_loop(), true, |
ChildProcess::current()->GetShutDownEvent())); |
#ifdef IPC_MESSAGE_LOG_ENABLED |