| Index: mojo/edk/system/message_pipe_dispatcher.h
|
| diff --git a/mojo/edk/system/message_pipe_dispatcher.h b/mojo/edk/system/message_pipe_dispatcher.h
|
| index 054fe0f17b2d0e3f6a1724bc3a77b8ee9362a111..be86377147c0cdf327a2eb9c4441853a5901a825 100644
|
| --- a/mojo/edk/system/message_pipe_dispatcher.h
|
| +++ b/mojo/edk/system/message_pipe_dispatcher.h
|
| @@ -47,6 +47,7 @@ class MessagePipeDispatcher final : public Dispatcher {
|
|
|
| // |Dispatcher| public methods:
|
| Type GetType() const override;
|
| + bool SupportsEntrypointClass(EntrypointClass entrypoint_class) const override;
|
|
|
| // Creates a |MessagePipe| with a local endpoint (at port 0) and a proxy
|
| // endpoint, and creates/initializes a |MessagePipeDispatcher| (attached to
|
|
|