[go: nahoru, domu]

blob: 60c9db2d1b470233a4d0505dc9d8bbcfe3d1bb94 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module device.mojom;
import "services/device/public/mojom/usb_device.mojom";
interface UsbDeviceManagerClient {
// Called when a device is connected to the host.
OnDeviceAdded(UsbDeviceInfo device_info);
// Called when a device is disconnected from the host.
OnDeviceRemoved(UsbDeviceInfo device_info);
};