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

Unified Diff: components/usb_service/usb_device.h

Issue 462753002: Add usb_service::UsbDeviceFilter class for device matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add UsbDevice::RequestUsbAccess to the mock (and fix spelling). Created 6 years, 4 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 | « components/usb_service.gypi ('k') | components/usb_service/usb_device_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/usb_service/usb_device.h
diff --git a/components/usb_service/usb_device.h b/components/usb_service/usb_device.h
index 076af18b1c0652e9fa087e383f89ce60c85f49af..48ca51678304ac60194841dd069b76b5b464571a 100644
--- a/components/usb_service/usb_device.h
+++ b/components/usb_service/usb_device.h
@@ -31,7 +31,7 @@ class USB_SERVICE_EXPORT UsbDevice
// permission broker can change the owner of the device so that the unclaimed
// interfaces can be used. If this argument is missing, permission broker will
// not be used and this method fails if the device is claimed.
- virtual void RequestUsbAcess(
+ virtual void RequestUsbAccess(
int interface_id,
const base::Callback<void(bool success)>& callback) = 0;
#endif // OS_CHROMEOS
« no previous file with comments | « components/usb_service.gypi ('k') | components/usb_service/usb_device_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698