| Index: mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| diff --git a/mojo/edk/system/data_pipe_consumer_dispatcher.h b/mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| index 26ceadf22146f44e25186ada18eae3c115330863..120c7a387f8a7126cd65754a9f3e7fc7d3712a07 100644
|
| --- a/mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| +++ b/mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| @@ -16,7 +16,6 @@
|
| #include "mojo/edk/embedder/platform_handle_vector.h"
|
| #include "mojo/edk/embedder/platform_shared_buffer.h"
|
| #include "mojo/edk/embedder/scoped_platform_handle.h"
|
| -#include "mojo/edk/system/awakable_list.h"
|
| #include "mojo/edk/system/dispatcher.h"
|
| #include "mojo/edk/system/ports/port_ref.h"
|
| #include "mojo/edk/system/system_impl_export.h"
|
| @@ -56,12 +55,6 @@ class MOJO_SYSTEM_IMPL_EXPORT DataPipeConsumerDispatcher final
|
| uintptr_t context) override;
|
| MojoResult RemoveWatcherRef(WatcherDispatcher* watcher,
|
| uintptr_t context) override;
|
| - MojoResult AddAwakable(Awakable* awakable,
|
| - MojoHandleSignals signals,
|
| - uintptr_t context,
|
| - HandleSignalsState* signals_state) override;
|
| - void RemoveAwakable(Awakable* awakable,
|
| - HandleSignalsState* signals_state) override;
|
| void StartSerialize(uint32_t* num_bytes,
|
| uint32_t* num_ports,
|
| uint32_t* num_handles) override;
|
| @@ -101,7 +94,6 @@ class MOJO_SYSTEM_IMPL_EXPORT DataPipeConsumerDispatcher final
|
| // Guards access to the fields below.
|
| mutable base::Lock lock_;
|
|
|
| - AwakableList awakable_list_;
|
| WatcherSet watchers_;
|
|
|
| scoped_refptr<PlatformSharedBuffer> shared_ring_buffer_;
|
|
|