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

Unified Diff: device/usb/usb_service_impl.h

Issue 2857473002: Use the task scheduler in the USB service on macOS and Windows (Closed)
Patch Set: Created 3 years, 8 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: device/usb/usb_service_impl.h
diff --git a/device/usb/usb_service_impl.h b/device/usb/usb_service_impl.h
index c644842aeba6f7a9dafa2e53da76a04fd38139ba..0014dd31ff0b2fdf5b1a4db30a00b05dfb2261f9 100644
--- a/device/usb/usb_service_impl.h
+++ b/device/usb/usb_service_impl.h
@@ -25,10 +25,6 @@
struct libusb_device;
struct libusb_context;
-namespace base {
-class SequencedTaskRunner;
-}
-
namespace device {
typedef struct libusb_device* PlatformUsbDevice;
@@ -42,8 +38,7 @@ class UsbServiceImpl :
#endif // OS_WIN
public UsbService {
public:
- explicit UsbServiceImpl(
- scoped_refptr<base::SequencedTaskRunner> blocking_task_runner);
+ UsbServiceImpl();
~UsbServiceImpl() override;
private:

Powered by Google App Engine
This is Rietveld 408576698