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

Unified Diff: mojo/system/message_in_transit.h

Issue 227133013: Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock. (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 | « mojo/system/dispatcher.cc ('k') | mojo/system/message_pipe_dispatcher.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 a4974cd3a13d43c3cbc28840a121a49034dd317a..318fbc0cf1c42272e1481784285553f687df2986 100644
--- a/mojo/system/message_in_transit.h
+++ b/mojo/system/message_in_transit.h
@@ -267,7 +267,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MessageInTransit {
static const size_t kMaxSecondaryBufferSize;
// Validates the secondary buffer. Returns null on success, or a
- // human-readable error message on error.
+ // human-readable error message (meant for logging/debugging) on error.
static const char* ValidateSecondaryBuffer(size_t num_handles,
const void* secondary_buffer,
size_t secondary_buffer_size);
« no previous file with comments | « mojo/system/dispatcher.cc ('k') | mojo/system/message_pipe_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698