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();
};