| Index: mojo/edk/system/broker_state.h
|
| diff --git a/mojo/edk/system/broker_state.h b/mojo/edk/system/broker_state.h
|
| index 356b8ffb1e151c0549b029b48588a03a9efa779e..60d54bb446af44d148057dd6f30dcc7ef9f44d70 100644
|
| --- a/mojo/edk/system/broker_state.h
|
| +++ b/mojo/edk/system/broker_state.h
|
| @@ -40,7 +40,11 @@ class MOJO_SYSTEM_IMPL_EXPORT BrokerState : NON_EXPORTED_BASE(public Broker) {
|
| void TokenToHandle(const uint64_t* tokens,
|
| size_t count,
|
| PlatformHandle* handles) override;
|
| +#else
|
| + scoped_refptr<PlatformSharedBuffer> CreateSharedBuffer(
|
| + size_t num_bytes) override;
|
| #endif
|
| +
|
| void ConnectMessagePipe(uint64_t pipe_id,
|
| MessagePipeDispatcher* message_pipe) override;
|
| void CloseMessagePipe(uint64_t pipe_id,
|
|
|