Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1105)

Unified Diff: third_party/mojo/src/mojo/edk/system/message_in_transit.h

Issue 975973002: Update mojo sdk to rev f68e697e389943cd9bf9652397312280e96b127a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shake fist at msvc Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698