Chromium Code Reviews| Index: device/core/device_client.cc |
| diff --git a/device/core/device_client.cc b/device/core/device_client.cc |
| index f92ec17bed5462f6ef975bd31305a486af73c8cd..52021221d9f0fc84130109ba6846a7d3eafd0627 100644 |
| --- a/device/core/device_client.cc |
| +++ b/device/core/device_client.cc |
| @@ -35,4 +35,10 @@ UsbService* DeviceClient::GetUsbService() { |
| return NULL; |
| } |
| +HidService* DeviceClient::GetHidService() { |
| + // This should never be called by clients which do not support the HID API. |
| + NOTREACHED(); |
| + return NULL; |
| +} |
| + |
| } // namespace device |