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

Unified Diff: device/usb/usb_service_linux.h

Issue 2849953003: Use the task scheduler for blocking tasks in the USB service on Linux (Closed)
Patch Set: Remove more passing of the SequencedTaskRunner 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
« no previous file with comments | « device/usb/usb_service_android.cc ('k') | device/usb/usb_service_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_service_linux.h
diff --git a/device/usb/usb_service_linux.h b/device/usb/usb_service_linux.h
index 02fcafcf9596651aadf2a1be42c944e592ec15e5..0b983ee0e36472c76d6f8dad3042051352547d43 100644
--- a/device/usb/usb_service_linux.h
+++ b/device/usb/usb_service_linux.h
@@ -10,10 +10,6 @@
#include "base/memory/weak_ptr.h"
#include "device/usb/usb_service.h"
-namespace base {
-class SequencedTaskRunner;
-}
-
namespace device {
struct UsbDeviceDescriptor;
@@ -21,8 +17,7 @@ class UsbDeviceLinux;
class UsbServiceLinux : public UsbService {
public:
- explicit UsbServiceLinux(
- scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_in);
+ UsbServiceLinux();
~UsbServiceLinux() override;
// device::UsbService implementation
« no previous file with comments | « device/usb/usb_service_android.cc ('k') | device/usb/usb_service_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698