| Index: mojo/edk/system/data_pipe_consumer_dispatcher.cc
|
| diff --git a/mojo/edk/system/data_pipe_consumer_dispatcher.cc b/mojo/edk/system/data_pipe_consumer_dispatcher.cc
|
| index 2b3aed0fd0f3afff21e6f37c5b2d0dba44ceeb07..521456efcbb3f86ab1dc77bf147eb563977050ac 100644
|
| --- a/mojo/edk/system/data_pipe_consumer_dispatcher.cc
|
| +++ b/mojo/edk/system/data_pipe_consumer_dispatcher.cc
|
| @@ -27,6 +27,11 @@ Dispatcher::Type DataPipeConsumerDispatcher::GetType() const {
|
| return Type::DATA_PIPE_CONSUMER;
|
| }
|
|
|
| +bool DataPipeConsumerDispatcher::SupportsEntrypointClass(
|
| + EntrypointClass entrypoint_class) const {
|
| + return (entrypoint_class == EntrypointClass::DATA_PIPE_CONSUMER);
|
| +}
|
| +
|
| // static
|
| RefPtr<DataPipeConsumerDispatcher> DataPipeConsumerDispatcher::Deserialize(
|
| Channel* channel,
|
|
|