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

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

Issue 1817443002: Rename mash_shell to mash_session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/public/interfaces/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
deleted file mode 100644
index 77d1e80a12ba75b422fd91f55693f26cf73bd7f5..0000000000000000000000000000000000000000
--- a/mash/shell/public/interfaces/shell.mojom
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-module mash.shell.mojom;
-
-interface ScreenlockStateListener {
- // This method is called when the listener is initially added with the current
- // lock state, and subsequently whenever the lock state changes.
- ScreenlockStateChanged(bool locked);
-};
-
-interface Shell {
- Logout();
- SwitchUser();
- LockScreen();
- UnlockScreen();
- AddScreenlockStateListener(ScreenlockStateListener listener);
-};
« no previous file with comments | « mash/shell/public/interfaces/BUILD.gn ('k') | mash/shell/shell_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698