Index: device/bluetooth/bluetooth_device_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h |
index 156d9ea1cc4c785cf87ad1cacc60022cf34046fa..96265ae09cd1c1f30b16567f06692f347528b76b 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.h |
+++ b/device/bluetooth/bluetooth_device_chromeos.h |
@@ -37,6 +37,9 @@ class BluetoothDeviceChromeOS |
virtual uint16 GetVendorID() const OVERRIDE; |
virtual uint16 GetProductID() const OVERRIDE; |
virtual uint16 GetDeviceID() const OVERRIDE; |
+ virtual int GetRSSI() const OVERRIDE; |
+ virtual int GetCurrentHostTransmitPower() const OVERRIDE; |
+ virtual int GetMaximumHostTransmitPower() const OVERRIDE; |
virtual bool IsPaired() const OVERRIDE; |
virtual bool IsConnected() const OVERRIDE; |
virtual bool IsConnectable() const OVERRIDE; |