Chromium Code Reviews| Index: runtime/bin/eventhandler_win.h |
| diff --git a/runtime/bin/eventhandler_win.h b/runtime/bin/eventhandler_win.h |
| index 0d04b51cdabc52240fbf405fc1e8e5d842a7600d..bfd02f945a33bc18c6ec889b774c45a5e00ea1f7 100644 |
| --- a/runtime/bin/eventhandler_win.h |
| +++ b/runtime/bin/eventhandler_win.h |
| @@ -458,6 +458,10 @@ class ClientSocket : public DescriptorInfoSingleMixin<SocketHandle> { |
| } |
| bool is_connected() const { return connected_; } |
| + void mark_closed() { |
| + closed_ = true; |
| + } |
| + |
| private: |
| bool LoadDisconnectEx(); |