| Index: mojo/edk/system/platform_handle_dispatcher.h
|
| diff --git a/mojo/edk/system/platform_handle_dispatcher.h b/mojo/edk/system/platform_handle_dispatcher.h
|
| index 426f0c3ccfeb1eed4a45f9c8cbc352b40e79f454..5190927d2071c9d644fa9e3b97789d7924bdc0bf 100644
|
| --- a/mojo/edk/system/platform_handle_dispatcher.h
|
| +++ b/mojo/edk/system/platform_handle_dispatcher.h
|
| @@ -29,6 +29,7 @@ class PlatformHandleDispatcher final : public SimpleDispatcher {
|
|
|
| // |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()|.)
|
|
|