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

Unified Diff: components/usb_service/usb_device_impl.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/usb_device_filter_unittest.cc ('k') | components/usb_service/usb_device_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/usb_service/usb_device_impl.h
diff --git a/components/usb_service/usb_device_impl.h b/components/usb_service/usb_device_impl.h
index db84f5e76f69e7edb6f4163c19facca7bbcf79ff..e27a692853b1c6a740ff7566934a2e501e801103 100644
--- a/components/usb_service/usb_device_impl.h
+++ b/components/usb_service/usb_device_impl.h
@@ -27,7 +27,7 @@ class UsbDeviceImpl : public UsbDevice {
public:
// UsbDevice implementation:
#if defined(OS_CHROMEOS)
- virtual void RequestUsbAcess(
+ virtual void RequestUsbAccess(
int interface_id,
const base::Callback<void(bool success)>& callback) OVERRIDE;
#endif // OS_CHROMEOS
« no previous file with comments | « components/usb_service/usb_device_filter_unittest.cc ('k') | components/usb_service/usb_device_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698