| 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 7b69568e0b6e22ea9e3c6b379c8c502be1a0cc19..ba69a357db468b685afe5b355de7c3dd5a7147c8 100644
|
| --- a/mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| +++ b/mojo/edk/system/data_pipe_consumer_dispatcher.h
|
| @@ -29,6 +29,7 @@ class DataPipeConsumerDispatcher 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()|.)
|
|
|