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

Unified Diff: mojo/system/message_in_transit.h

Issue 227703012: Mojo: MessageInTransit clean-up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | mojo/system/message_in_transit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/message_in_transit.h
diff --git a/mojo/system/message_in_transit.h b/mojo/system/message_in_transit.h
index 318fbc0cf1c42272e1481784285553f687df2986..4e91c2ab3e74266dc84acbd0d7a41c0fc8acb5de 100644
--- a/mojo/system/message_in_transit.h
+++ b/mojo/system/message_in_transit.h
@@ -262,8 +262,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MessageInTransit {
uint32_t unused;
};
- // The maximum possible size of a valid secondary buffer: for each handle,
- // there'll be a handle table entry and its serialized data.
+ // The maximum possible size of a valid secondary buffer.
Tom Sepez 2014/04/08 00:18:22 nit: truly pedantic individuals would say "... in
static const size_t kMaxSecondaryBufferSize;
// Validates the secondary buffer. Returns null on success, or a
« no previous file with comments | « no previous file | mojo/system/message_in_transit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698