| Index: mojo/edk/system/core.h
|
| diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h
|
| index 65b6933a8bf6130ab5134bf8de7cf53f0f74745d..11aff941767009a549fe1f70f754195178744be2 100644
|
| --- a/mojo/edk/system/core.h
|
| +++ b/mojo/edk/system/core.h
|
| @@ -170,6 +170,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
|
| MojoHandle* handles,
|
| uint32_t* num_handles,
|
| MojoReadMessageFlags flags);
|
| + MojoResult FuseMessagePipes(MojoHandle handle0, MojoHandle handle1);
|
|
|
| // These methods correspond to the API functions defined in
|
| // "mojo/public/c/system/data_pipe.h":
|
|
|