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

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

Issue 2821723002: Move classes in the device.usb Mojo namespace to device.mojom (Closed)
Patch Set: mcasas@ nits Created 3 years, 8 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/OWNERS ('k') | device/usb/public/interfaces/device.mojom » ('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/device/usb/public/interfaces/chooser_service.mojom b/device/usb/public/interfaces/chooser_service.mojom
index 29f130b7489a8a08b27350a4d23bb8c3de4c2dea..d7fd2fe86988692c9abcd5cfbb20e71500132a3b 100644
--- a/device/usb/public/interfaces/chooser_service.mojom
+++ b/device/usb/public/interfaces/chooser_service.mojom
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module device.usb;
+module device.mojom;
import "device.mojom";
import "device_manager.mojom";
-interface ChooserService {
+interface UsbChooserService {
// Get permission from user to use the device.
//
// |device_filters| filters the available devices and the filtered
// devices will be listed for user to grant permission.
//
// |result| is the device that user grants permission to use.
- GetPermission(array<device.usb.DeviceFilter> device_filters)
- => (device.usb.DeviceInfo? result);
+ GetPermission(array<device.mojom.UsbDeviceFilter> device_filters)
+ => (device.mojom.UsbDeviceInfo? result);
};
« no previous file with comments | « device/usb/public/interfaces/OWNERS ('k') | device/usb/public/interfaces/device.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698