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

Unified Diff: device/usb/mock_usb_service.cc

Issue 2688303002: Add a feature flag for the new Windows USB backend. (Closed)
Patch Set: Update histograms. Created 3 years, 10 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/BUILD.gn ('k') | device/usb/usb_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/mock_usb_service.cc
diff --git a/device/usb/mock_usb_service.cc b/device/usb/mock_usb_service.cc
index ff78d42f479bfc68e7c685d95e515886548ffb5a..48ff6012f7e59500ccd94cad6db9ce3cefdc0835 100644
--- a/device/usb/mock_usb_service.cc
+++ b/device/usb/mock_usb_service.cc
@@ -12,11 +12,7 @@
namespace device {
-MockUsbService::MockUsbService()
- : UsbService(base::ThreadTaskRunnerHandle::IsSet()
- ? base::ThreadTaskRunnerHandle::Get()
- : nullptr,
- nullptr) {}
+MockUsbService::MockUsbService() : UsbService(nullptr) {}
MockUsbService::~MockUsbService() {
// Shutdown() must be called before the base class destructor.
« no previous file with comments | « device/usb/BUILD.gn ('k') | device/usb/usb_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698