Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: ipc/ipc_channel_proxy.cc

Issue 6711024: Example of how to interpose yourself in a message stream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « ipc/ipc_channel_proxy.h ('k') | ipc/ipc_sync_channel.cc » ('j') | ipc/ipc_sync_channel.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698