Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: mash/shell/public/interfaces/shell.mojom

Issue 1810713002: Cascade shutdown of instances (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@55all_users
Patch Set: . Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mash/shell/BUILD.gn ('k') | mash/shell/shell_application_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « mash/shell/BUILD.gn ('k') | mash/shell/shell_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698