| Index: mojo/edk/system/data_pipe_producer_dispatcher.h
|
| diff --git a/mojo/edk/system/data_pipe_producer_dispatcher.h b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| index 5f3e19762d9da687d34a82c3efcd2ca5a0ea8767..51675e797ee0ee07007022be0cb5d26a00e0f76b 100644
|
| --- a/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| +++ b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| @@ -29,6 +29,7 @@ class DataPipeProducerDispatcher final : public Dispatcher {
|
|
|
| // |Dispatcher| public methods:
|
| Type GetType() const override;
|
| + bool SupportsEntrypointClass(EntrypointClass entrypoint_class) const override;
|
|
|
| // The "opposite" of |SerializeAndClose()|. (Typically this is called by
|
| // |Dispatcher::Deserialize()|.)
|
|
|