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

Unified Diff: chrome/browser/usb/web_usb_chooser_service.h

Issue 2615353002: Typemap device.usb.DeviceFilter to device::UsbDeviceFilter. (Closed)
Patch Set: Addressed juncai@'s feedback. Created 3 years, 11 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
Index: chrome/browser/usb/web_usb_chooser_service.h
diff --git a/chrome/browser/usb/web_usb_chooser_service.h b/chrome/browser/usb/web_usb_chooser_service.h
index 0b98830837ca0b2193b7a9f7975e6b8f433672e8..3b4c0b13711bf354af0f6551533efffd03de53e7 100644
--- a/chrome/browser/usb/web_usb_chooser_service.h
+++ b/chrome/browser/usb/web_usb_chooser_service.h
@@ -27,7 +27,7 @@ class WebUsbChooserService : public device::usb::ChooserService {
~WebUsbChooserService() override;
// device::usb::ChooserService:
- void GetPermission(std::vector<device::usb::DeviceFilterPtr> device_filters,
+ void GetPermission(const std::vector<device::UsbDeviceFilter>& device_filters,
const GetPermissionCallback& callback) override;
void Bind(mojo::InterfaceRequest<device::usb::ChooserService> request);
« no previous file with comments | « chrome/browser/usb/usb_chooser_controller_unittest.cc ('k') | chrome/browser/usb/web_usb_chooser_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698