Chromium Code Reviews| Index: ipc/ipc_channel_win.cc |
| diff --git a/ipc/ipc_channel_win.cc b/ipc/ipc_channel_win.cc |
| index 404e688a212367303b3d9ccee8eba0a4b1da0957..03c403bf5ce0675ff99bf794a6171f8735a7c2a2 100644 |
| --- a/ipc/ipc_channel_win.cc |
| +++ b/ipc/ipc_channel_win.cc |
| @@ -29,8 +29,6 @@ |
| namespace IPC { |
| ChannelWin::State::State(ChannelWin* channel) : is_pending(false) { |
|
Lei Zhang
2016/05/09 22:41:30
Do we still need the |channel| param?
fdoray
2016/05/10 16:33:17
Done.
|
| - memset(&context.overlapped, 0, sizeof(context.overlapped)); |
| - context.handler = channel; |
| } |
| ChannelWin::State::~State() { |