Index: ipc/ipc_channel_proxy.cc |
=================================================================== |
--- ipc/ipc_channel_proxy.cc (revision 83739) |
+++ ipc/ipc_channel_proxy.cc (working copy) |
@@ -281,7 +281,8 @@ |
Channel::Mode mode, |
Channel::Listener* listener, |
MessageLoop* ipc_thread) |
- : context_(new Context(listener, ipc_thread)) { |
+ : context_(new Context(listener, ipc_thread)), |
+ outgoing_message_filter_(NULL) { |
Init(channel_handle, mode, ipc_thread, true); |
} |