Index: mojo/edk/system/message_pipe_dispatcher.h |
diff --git a/mojo/edk/system/message_pipe_dispatcher.h b/mojo/edk/system/message_pipe_dispatcher.h |
index 976064d137cc03875734977e9ad7c91dd721a706..377269f611e2f55aea49d28af151f5a26323a141 100644 |
--- a/mojo/edk/system/message_pipe_dispatcher.h |
+++ b/mojo/edk/system/message_pipe_dispatcher.h |
@@ -195,6 +195,9 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipeDispatcher final |
bool write_error_; |
// Whether it can be sent after read or write. |
bool transferable_; |
+ // Whether CloseImplNoLock has grabbed an extra reference which needs to be |
+ // released. |
+ bool release_reference_in_close_; |
MOJO_DISALLOW_COPY_AND_ASSIGN(MessagePipeDispatcher); |
}; |