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

Unified Diff: device/devices_app/usb/public/interfaces/device_manager.mojom

Issue 1342663003: Pass full Mojo USB DeviceInfo object with removal notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
Index: device/devices_app/usb/public/interfaces/device_manager.mojom
diff --git a/device/devices_app/usb/public/interfaces/device_manager.mojom b/device/devices_app/usb/public/interfaces/device_manager.mojom
index a2d20ae011622b5d545072328a99c6564c629621..ca394c5fbc69ac90b613c1a911735b551465afd5 100644
--- a/device/devices_app/usb/public/interfaces/device_manager.mojom
+++ b/device/devices_app/usb/public/interfaces/device_manager.mojom
@@ -40,7 +40,7 @@ struct EnumerationOptions {
struct DeviceChangeNotification {
array<DeviceInfo> devices_added;
- array<string> devices_removed;
+ array<DeviceInfo> devices_removed;
};
interface DeviceManager {

Powered by Google App Engine
This is Rietveld 408576698