| Index: device/usb/public/interfaces/chooser_service.mojom
|
| diff --git a/components/webusb/public/interfaces/webusb_permission_bubble.mojom b/device/usb/public/interfaces/chooser_service.mojom
|
| similarity index 76%
|
| rename from components/webusb/public/interfaces/webusb_permission_bubble.mojom
|
| rename to device/usb/public/interfaces/chooser_service.mojom
|
| index 685c7f723e5d3b1f02aa3cb7b5796763d458c583..29f130b7489a8a08b27350a4d23bb8c3de4c2dea 100644
|
| --- a/components/webusb/public/interfaces/webusb_permission_bubble.mojom
|
| +++ b/device/usb/public/interfaces/chooser_service.mojom
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module webusb;
|
| +module device.usb;
|
|
|
| -import "device/usb/public/interfaces/device.mojom";
|
| -import "device/usb/public/interfaces/device_manager.mojom";
|
| +import "device.mojom";
|
| +import "device_manager.mojom";
|
|
|
| -interface WebUsbPermissionBubble {
|
| +interface ChooserService {
|
| // Get permission from user to use the device.
|
| //
|
| // |device_filters| filters the available devices and the filtered
|
|
|