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

Unified Diff: device/core/device_client.cc

Issue 1176383002: Revert of Introduce the devices Mojo app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/core/device_client.h ('k') | device/devices_app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/core/device_client.cc
diff --git a/device/core/device_client.cc b/device/core/device_client.cc
index 52021221d9f0fc84130109ba6846a7d3eafd0627..2aca21693a2d597898b8565dccd4a2506dc2ff3f 100644
--- a/device/core/device_client.cc
+++ b/device/core/device_client.cc
@@ -35,6 +35,10 @@
return NULL;
}
+void DeviceClient::ConnectToUSBDeviceManager(
+ mojo::InterfaceRequest<usb::DeviceManager> request) {
+}
+
HidService* DeviceClient::GetHidService() {
// This should never be called by clients which do not support the HID API.
NOTREACHED();
« no previous file with comments | « device/core/device_client.h ('k') | device/devices_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698