| 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..6764cc6e1948b8d0992362647b38546042151cbc 100644
|
| --- a/device/bluetooth/bluetooth_device_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_device_chromeos.h
|
| @@ -37,6 +37,7 @@ class BluetoothDeviceChromeOS
|
| virtual uint16 GetVendorID() const OVERRIDE;
|
| virtual uint16 GetProductID() const OVERRIDE;
|
| virtual uint16 GetDeviceID() const OVERRIDE;
|
| + virtual int GetRSSI() const OVERRIDE;
|
| virtual bool IsPaired() const OVERRIDE;
|
| virtual bool IsConnected() const OVERRIDE;
|
| virtual bool IsConnectable() const OVERRIDE;
|
|
|