summaryrefslogtreecommitdiffstats
path: root/mash/init/public/interfaces/login.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'mash/init/public/interfaces/login.mojom')
-rw-r--r--mash/init/public/interfaces/login.mojom10
1 files changed, 10 insertions, 0 deletions
diff --git a/mash/init/public/interfaces/login.mojom b/mash/init/public/interfaces/login.mojom
new file mode 100644
index 0000000..3ea6f10
--- /dev/null
+++ b/mash/init/public/interfaces/login.mojom
@@ -0,0 +1,10 @@
+// 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.init.mojom;
+
+interface Login {
+ LoginAs(uint32 user_id);
+};
+