Index: chrome/browser/extensions/api/usb/usb_device_resource.h |
diff --git a/chrome/browser/extensions/api/usb/usb_device_resource.h b/chrome/browser/extensions/api/usb/usb_device_resource.h |
index a6582427998ca0f0ccf76660ccb3a5eaac09ed89..9b78c8753783956c69007e6af76a3b9aa6ace804 100644 |
--- a/chrome/browser/extensions/api/usb/usb_device_resource.h |
+++ b/chrome/browser/extensions/api/usb/usb_device_resource.h |
@@ -32,6 +32,8 @@ class UsbDeviceResource : public ApiResource { |
UsbDeviceResource(ApiResourceEventNotifier* notifier, UsbDevice* device); |
virtual ~UsbDeviceResource(); |
+ void Close(); |
+ |
// All of the *Transfer variants that are exposed here adapt their arguments |
// for the underlying UsbDevice's interface and invoke the corresponding |
// methods with completion callbacks that call OnTransferComplete on the event |