| Index: mash/shell/shell_application_delegate.h
|
| diff --git a/mash/shell/shell_application_delegate.h b/mash/shell/shell_application_delegate.h
|
| index ba692e87bd71ac7984b1966fef0b5c41b891d615..98c4404cd627e0b1ca9c89493e50c9002441af44 100644
|
| --- a/mash/shell/shell_application_delegate.h
|
| +++ b/mash/shell/shell_application_delegate.h
|
| @@ -39,6 +39,8 @@ class ShellApplicationDelegate
|
| bool AcceptConnection(mojo::Connection* connection) override;
|
|
|
| // mash::shell::mojom::Shell:
|
| + void Logout() override;
|
| + void SwitchUser() override;
|
| void AddScreenlockStateListener(
|
| mojom::ScreenlockStateListenerPtr listener) override;
|
| void LockScreen() override;
|
|
|