Index: third_party/WebKit/Source/modules/webusb/USB.h |
diff --git a/third_party/WebKit/Source/modules/webusb/USB.h b/third_party/WebKit/Source/modules/webusb/USB.h |
index 4a47e756bec768a595dccf585c56b5bdfb4c1ae7..e0d33f7f62751863d712bb62986615f897855ee2 100644 |
--- a/third_party/WebKit/Source/modules/webusb/USB.h |
+++ b/third_party/WebKit/Source/modules/webusb/USB.h |
@@ -52,6 +52,9 @@ public: |
void onGetPermission(ScriptPromiseResolver*, device::usb::wtf::DeviceInfoPtr); |
void onDeviceChanges(device::usb::wtf::DeviceChangeNotificationPtr); |
+ void onDeviceManagerConnectionError(); |
+ void onChooserServiceConnectionError(); |
+ |
DECLARE_VIRTUAL_TRACE(); |
private: |