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

Unified Diff: public/platform/modules/webusb/WebUSBClient.h

Issue 1284033002: WebUSB bindings part 5 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/modules/webusb/USBError.cpp ('k') | public/platform/modules/webusb/WebUSBTransferInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/modules/webusb/WebUSBClient.h
diff --git a/public/platform/modules/webusb/WebUSBClient.h b/public/platform/modules/webusb/WebUSBClient.h
index abe38f93b86a9e14927e3c782dea5b85ef2219ab..fd2c8bc162d547d7b326dd3a25b0d5a4c61e17e6 100644
--- a/public/platform/modules/webusb/WebUSBClient.h
+++ b/public/platform/modules/webusb/WebUSBClient.h
@@ -14,7 +14,7 @@ class WebUSBDevice;
struct WebUSBDeviceEnumerationOptions;
struct WebUSBError;
-using WebUSBClientGetDevicesCallbacks = WebCallbacks<WebVector<WebUSBDevice*>*, WebUSBError*>;
+using WebUSBClientGetDevicesCallbacks = WebCallbacks<WebPassOwnPtr<WebVector<WebUSBDevice*>>, const WebUSBError&>;
class WebUSBClient {
public:
« no previous file with comments | « Source/modules/webusb/USBError.cpp ('k') | public/platform/modules/webusb/WebUSBTransferInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698