Index: device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h |
diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h |
index 1a4f045d3d1d2c6db9cb52777856977d68fb6cda..849655a4b535f23a765c350f2770ded7b3ebae9f 100644 |
--- a/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h |
+++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h |
@@ -44,6 +44,8 @@ class BluetoothRemoteGattCharacteristicChromeOS |
virtual Permissions GetPermissions() const OVERRIDE; |
virtual std::vector<device::BluetoothGattDescriptor*> |
GetDescriptors() const OVERRIDE; |
+ virtual device::BluetoothGattDescriptor* GetDescriptor( |
+ const std::string& identifier) const OVERRIDE; |
virtual bool AddDescriptor( |
device::BluetoothGattDescriptor* descriptor) OVERRIDE; |
virtual bool UpdateValue(const std::vector<uint8>& value) OVERRIDE; |