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

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

Issue 1019173002: Update mojo sdk to rev 7214b7ec7d27563b2666afad86cf1c5895c56c18 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep permission service alive if embedder drops requests Created 5 years, 9 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/remote_data_pipe_ack.h
diff --git a/third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h b/third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h
index 5dce2eeac0c2e3e748f309e049e5fb3cd25a6ed7..e660a2e093bd62798ab80969eafbb66b8efdb558 100644
--- a/third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h
+++ b/third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h
@@ -10,7 +10,8 @@
namespace mojo {
namespace system {
-// Data payload for |MessageInTransit::kSubtypeEndpointDataPipeAck| messages.
+// Data payload for |MessageInTransit::kSubtypeEndpointClientDataPipeAck|
+// messages.
struct RemoteDataPipeAck {
uint32_t num_bytes_consumed;
};

Powered by Google App Engine
This is Rietveld 408576698