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

Unified Diff: device/usb/mock_usb_device.h

Issue 1337413003: Match against all configurations in UsbDeviceFilter. (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
« no previous file with comments | « no previous file | device/usb/mock_usb_device.cc » ('j') | device/usb/usb_device_filter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/mock_usb_device.h
diff --git a/device/usb/mock_usb_device.h b/device/usb/mock_usb_device.h
index 30b5bdd3b7b7e29f0a54d361e99228c11d87d0b0..d4dbbac16d72d8487a2c59effc416edb3ff614ce 100644
--- a/device/usb/mock_usb_device.h
+++ b/device/usb/mock_usb_device.h
@@ -28,6 +28,9 @@ class MockUsbDevice : public UsbDevice {
const std::string& product_string,
const std::string& serial_number,
const GURL& webusb_landing_page);
+ MockUsbDevice(uint16 vendor_id,
+ uint16 product_id,
+ const UsbConfigDescriptor& configuration);
MOCK_METHOD1(Open, void(const OpenCallback&));
MOCK_METHOD1(Close, bool(scoped_refptr<UsbDeviceHandle>));
« no previous file with comments | « no previous file | device/usb/mock_usb_device.cc » ('j') | device/usb/usb_device_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698