| Index: third_party/mojo/src/mojo/edk/system/message_in_transit.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/message_in_transit.h b/third_party/mojo/src/mojo/edk/system/message_in_transit.h
|
| index 9f118f9730b5549cf319de4f6d8f56c569e0ebfd..9b3d398d6f4703376b3c844070be4a4f18afa8a3 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/message_in_transit.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/message_in_transit.h
|
| @@ -59,6 +59,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MessageInTransit {
|
| typedef uint16_t Subtype;
|
| // Subtypes for type |kTypeEndpoint|:
|
| static const Subtype kSubtypeEndpointData = 0;
|
| + static const Subtype kSubtypeEndpointDataPipeAck = 1;
|
| // Subtypes for type |kTypeChannel|:
|
| static const Subtype kSubtypeChannelAttachAndRunEndpoint = 0;
|
| static const Subtype kSubtypeChannelRemoveEndpoint = 1;
|
|
|