Sign in
chromium
/
chromium
/
src
/
dd5dd98f5f59f4f53274308ec0a7dca74aba6525
/
.
/
mash
/
login
/
public
/
interfaces
/
login.mojom
blob: 5a14cfa7a56b3d98b2e319a2a7ff3147de825c49 [
file
] [
log
] [
blame
]
// 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
.
login
.
mojom
;
interface
Login
{
ShowLoginUI
();
SwitchUser
();
};