| Index: content/public/common/web_usb_permission_request.mojom
|
| diff --git a/components/webusb/public/interfaces/webusb_permission_bubble.mojom b/content/public/common/web_usb_permission_request.mojom
|
| similarity index 84%
|
| rename from components/webusb/public/interfaces/webusb_permission_bubble.mojom
|
| rename to content/public/common/web_usb_permission_request.mojom
|
| index 49ace8402aef52b8bf879c057c871e70164b933b..5b35815bcd30475133bcf2f60b8cbd1f6e0abffa 100644
|
| --- a/components/webusb/public/interfaces/webusb_permission_bubble.mojom
|
| +++ b/content/public/common/web_usb_permission_request.mojom
|
| @@ -1,13 +1,13 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// 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 webusb;
|
| +module content;
|
|
|
| import "device/devices_app/usb/public/interfaces/device.mojom";
|
| import "device/devices_app/usb/public/interfaces/device_manager.mojom";
|
|
|
| -interface WebUsbPermissionBubble {
|
| +interface WebUsbPermissionRequest {
|
| // Get permission from user to use the device.
|
| //
|
| // |device_filters| filters the available devices and the filtered
|
|
|