Index: mash/shell/public/interfaces/shell.mojom |
diff --git a/mash/shell/public/interfaces/shell.mojom b/mash/shell/public/interfaces/shell.mojom |
index faf0e828866471ee346d134d7d94059103085a95..77d1e80a12ba75b422fd91f55693f26cf73bd7f5 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); |