| Index: mojo/edk/embedder/platform_channel_utils_posix.h
|
| diff --git a/mojo/edk/embedder/platform_channel_utils_posix.h b/mojo/edk/embedder/platform_channel_utils_posix.h
|
| index ad58753e2ba33e76899d0c2143f3a35fc04bf6db..71428221979db70d6f77faef3631cd9e24115660 100644
|
| --- a/mojo/edk/embedder/platform_channel_utils_posix.h
|
| +++ b/mojo/edk/embedder/platform_channel_utils_posix.h
|
| @@ -67,7 +67,8 @@ MOJO_SYSTEM_IMPL_EXPORT ssize_t
|
| PlatformChannelRecvmsg(PlatformHandle h,
|
| void* buf,
|
| size_t num_bytes,
|
| - std::deque<PlatformHandle>* platform_handles);
|
| + std::deque<PlatformHandle>* platform_handles,
|
| + bool should_block = false);
|
|
|
| } // namespace edk
|
| } // namespace mojo
|
|
|