| Index: mash/init/init.h
|
| diff --git a/mash/init/init.h b/mash/init/init.h
|
| index 452b08985dd89c8ace0848885c8919608d37934f..7f27a6d0e7008e45e314e32b42fb166aca527666 100644
|
| --- a/mash/init/init.h
|
| +++ b/mash/init/init.h
|
| @@ -33,6 +33,7 @@ class Init : public mojo::ShellClient,
|
| // mojo::ShellClient:
|
| void Initialize(mojo::Connector* connector, const mojo::Identity& identity,
|
| uint32_t id) override;
|
| + bool AcceptConnection(mojo::Connection* connection) override;
|
|
|
| // mojo::InterfaceFactory<mojom::Login>:
|
| void Create(mojo::Connection* connection,
|
|
|