| Index: third_party/crashpad/crashpad/util/mach/child_port_server.h
|
| diff --git a/third_party/crashpad/crashpad/util/mach/child_port_server.h b/third_party/crashpad/crashpad/util/mach/child_port_server.h
|
| index b82e99a342f81b21d3b16b7c7a2a8c57c61beb3f..47d72e4da955df6470a082f329442751628c36a1 100644
|
| --- a/third_party/crashpad/crashpad/util/mach/child_port_server.h
|
| +++ b/third_party/crashpad/crashpad/util/mach/child_port_server.h
|
| @@ -37,6 +37,10 @@ class ChildPortServer : public MachMessageServer::Interface {
|
| //! This behaves equivalently to a `handle_child_port_check_in()` function
|
| //! used with `child_port_server()`.
|
| //!
|
| + //! \param[in] server
|
| + //! \param[in] token
|
| + //! \param[in] port
|
| + //! \param[in] right_type
|
| //! \param[in] trailer The trailer received with the request message.
|
| //! \param[out] destroy_request `true` if the request message is to be
|
| //! destroyed even when this method returns success. See
|
|
|