Chromium Code Reviews| Index: chrome/common/ipc_channel_win.h |
| =================================================================== |
| --- chrome/common/ipc_channel_win.h (revision 8590) |
| +++ chrome/common/ipc_channel_win.h (working copy) |
| @@ -12,6 +12,8 @@ |
| #include "base/message_loop.h" |
| +class NonThreadSafe; |
| + |
| namespace IPC { |
| class Channel::ChannelImpl : public MessageLoopForIO::IOHandler { |
| @@ -73,6 +75,8 @@ |
| ScopedRunnableMethodFactory<ChannelImpl> factory_; |
| + scoped_ptr<NonThreadSafe> thread_check_; |
|
jam
2009/01/28 03:33:58
surround by ifdef since only used in debug
|
| + |
| DISALLOW_COPY_AND_ASSIGN(ChannelImpl); |
| }; |