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

Unified Diff: mash/session/public/interfaces/session.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/session/public/interfaces/BUILD.gn ('k') | mash/session/session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/public/interfaces/session.mojom
diff --git a/mash/shell/public/interfaces/shell.mojom b/mash/session/public/interfaces/session.mojom
similarity index 91%
rename from mash/shell/public/interfaces/shell.mojom
rename to mash/session/public/interfaces/session.mojom
index 77d1e80a12ba75b422fd91f55693f26cf73bd7f5..f81e98df04ed50f9420d05549919f9d6abceb709 100644
--- a/mash/shell/public/interfaces/shell.mojom
+++ b/mash/session/public/interfaces/session.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mash.shell.mojom;
+module mash.session.mojom;
interface ScreenlockStateListener {
// This method is called when the listener is initially added with the current
@@ -10,7 +10,7 @@ interface ScreenlockStateListener {
ScreenlockStateChanged(bool locked);
};
-interface Shell {
+interface Session {
Logout();
SwitchUser();
LockScreen();
« no previous file with comments | « mash/session/public/interfaces/BUILD.gn ('k') | mash/session/session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698