 Chromium Code Reviews
 Chromium Code Reviews Issue 1954543002:
  Remove handler from MessagePumpForIO::IOContext.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@remove_observers
    
  
    Issue 1954543002:
  Remove handler from MessagePumpForIO::IOContext.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@remove_observers| Index: ipc/ipc_channel_win.h | 
| diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h | 
| index 88e586da7073adffd0bc0f4e76d4445c14839eae..2ea865ea178dc62ff8a567ede4be88a1a16a313b 100644 | 
| --- a/ipc/ipc_channel_win.h | 
| +++ b/ipc/ipc_channel_win.h | 
| @@ -82,10 +82,10 @@ class ChannelWin : public Channel, | 
| private: | 
| struct State { | 
| - explicit State(ChannelWin* channel); | 
| + State(); | 
| ~State(); | 
| base::MessageLoopForIO::IOContext context; | 
| - bool is_pending; | 
| + bool is_pending = false; | 
| }; | 
| State input_state_; |