Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3668)

Unified Diff: device/usb/public/interfaces/chooser_service.mojom

Issue 1742753002: Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/usb/public/interfaces/BUILD.gn ('k') | device/usb/usb.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « device/usb/public/interfaces/BUILD.gn ('k') | device/usb/usb.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698