Index: chrome/nacl/nacl_listener.h |
=================================================================== |
--- chrome/nacl/nacl_listener.h (revision 136022) |
+++ chrome/nacl/nacl_listener.h (working copy) |
@@ -12,6 +12,7 @@ |
#include "base/synchronization/waitable_event.h" |
#include "base/threading/thread.h" |
#include "chrome/common/nacl_types.h" |
+#include "chrome/nacl/nacl_ipc_manager.h" |
#include "ipc/ipc_channel.h" |
namespace IPC { |
@@ -47,6 +48,9 @@ |
// Used to identify what thread we're on. |
MessageLoop* main_loop_; |
+ NaClIPCManager nacl_ipc_manager_; |
dmichael (off chromium)
2012/05/10 19:38:58
I think this will be scoped_refptr<NaCLIPCAdapter>
dmichael (off chromium)
2012/05/10 19:38:58
I think this will be scoped_refptr<NaCLIPCAdapter>
|
+ void* nacl_ppapi_channel_; |
dmichael (off chromium)
2012/05/10 19:38:58
And this is either NaClDesc*, or you might not nee
|
+ |
bool debug_enabled_; |
DISALLOW_COPY_AND_ASSIGN(NaClListener); |