diff options
Diffstat (limited to 'chromium/components/arc/usb')
-rw-r--r-- | chromium/components/arc/usb/usb_host_bridge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/components/arc/usb/usb_host_bridge.h b/chromium/components/arc/usb/usb_host_bridge.h index 8082b97470e..f292a593a8c 100644 --- a/chromium/components/arc/usb/usb_host_bridge.h +++ b/chromium/components/arc/usb/usb_host_bridge.h @@ -108,7 +108,6 @@ class ArcUsbHostBridge : public KeyedService, SEQUENCE_CHECKER(sequence_); ArcBridgeService* const arc_bridge_service_; // Owned by ArcServiceManager. - mojom::UsbHostHostPtr usb_host_ptr_; // Connection to the DeviceService for usb manager. mojo::Remote<device::mojom::UsbDeviceManager> usb_manager_; |