summaryrefslogtreecommitdiffstats
path: root/mojo/edk/system/dispatcher.h
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-10-26 12:15:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-26 19:16:15 +0000
commitbe81738d16b0e1dcb51f2f92fc10ac6d216d42a1 (patch)
treee0e885ff056158dbbf75408e7ebff48d66f0c0eb /mojo/edk/system/dispatcher.h
parent615479bb713dd274decd8facfb2694fffe83a372 (diff)
downloadchromium_src-be81738d16b0e1dcb51f2f92fc10ac6d216d42a1.zip
chromium_src-be81738d16b0e1dcb51f2f92fc10ac6d216d42a1.tar.gz
chromium_src-be81738d16b0e1dcb51f2f92fc10ac6d216d42a1.tar.bz2
Get the new Mojo EDK working on POSIX.
Some notes: -in RawChannel, I'm passing FDs as ints instead of PlatformHandle to make it very clear that this is only used on POSIX BUG=478251 Review URL: https://codereview.chromium.org/1417773004 Cr-Commit-Position: refs/heads/master@{#356092}
Diffstat (limited to 'mojo/edk/system/dispatcher.h')
-rw-r--r--mojo/edk/system/dispatcher.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mojo/edk/system/dispatcher.h b/mojo/edk/system/dispatcher.h
index 575471f..b583bae 100644
--- a/mojo/edk/system/dispatcher.h
+++ b/mojo/edk/system/dispatcher.h
@@ -324,8 +324,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Dispatcher
// Starts the serialization. Returns (via the two "out" parameters) the
// maximum amount of space that may be needed to serialize this dispatcher (no
// more than |TransportData::kMaxSerializedDispatcherSize|) and the maximum
- // number of |PlatformHandle|s that may need to be attached (no more than
- // |TransportData::kMaxSerializedDispatcherPlatformHandles|). If this
+ // number of |PlatformHandle|s that may need to be attached. If this
// dispatcher cannot be serialized, |*max_size| and |*max_platform_handles|
// should be set to zero. A call to this method will ALWAYS be followed by a
// call to |EndSerializeAndClose()| (even if this dispatcher cannot be