summaryrefslogtreecommitdiffstats
path: root/mash/shell/public/interfaces/shell.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'mash/shell/public/interfaces/shell.mojom')
-rw-r--r--mash/shell/public/interfaces/shell.mojom2
1 files changed, 2 insertions, 0 deletions
diff --git a/mash/shell/public/interfaces/shell.mojom b/mash/shell/public/interfaces/shell.mojom
index faf0e82..77d1e80 100644
--- a/mash/shell/public/interfaces/shell.mojom
+++ b/mash/shell/public/interfaces/shell.mojom
@@ -11,6 +11,8 @@ interface ScreenlockStateListener {
};
interface Shell {
+ Logout();
+ SwitchUser();
LockScreen();
UnlockScreen();
AddScreenlockStateListener(ScreenlockStateListener listener);