Index: mojo/edk/system/broker_state.h |
diff --git a/mojo/edk/system/broker_state.h b/mojo/edk/system/broker_state.h |
index 60d54bb446af44d148057dd6f30dcc7ef9f44d70..356b8ffb1e151c0549b029b48588a03a9efa779e 100644 |
--- a/mojo/edk/system/broker_state.h |
+++ b/mojo/edk/system/broker_state.h |
@@ -40,11 +40,7 @@ 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, |