blob: fede6b0e01c04f28c6fab9e173da2347e1e112ce [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 mojom;
import "device/usb/public/mojom/device_manager_test.mojom";
interface UsbInternalsPageHandler {
// Simulate the connection of a new device with the given properties.
BindTestInterface(device.mojom.UsbDeviceManagerTest& request);
};