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

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

Issue 1801133002: Restructure login (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/login/public/interfaces/BUILD.gn ('k') | mash/login/ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/public/interfaces/login.mojom
diff --git a/mash/init/public/interfaces/login.mojom b/mash/login/public/interfaces/login.mojom
similarity index 65%
rename from mash/init/public/interfaces/login.mojom
rename to mash/login/public/interfaces/login.mojom
index 43661b48f3852d4a6aa62a3c5a880f3538a8d69d..8ddf08e8ee1dd70e63a185ed25d9f82530cc4ed9 100644
--- a/mash/init/public/interfaces/login.mojom
+++ b/mash/login/public/interfaces/login.mojom
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mash.init.mojom;
+module mash.login.mojom;
interface Login {
- // TODO(beng): this should be guarded by a capability class.
- LoginAs(string user_id);
-
+ ShowLoginUI();
Logout();
SwitchUser();
};
« no previous file with comments | « mash/login/public/interfaces/BUILD.gn ('k') | mash/login/ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698