| Index: device/bluetooth/bluetooth_device_android.h
|
| diff --git a/device/bluetooth/bluetooth_device_android.h b/device/bluetooth/bluetooth_device_android.h
|
| index dbf4c42163913e1c37a1b3302cb6dfa65cf4b720..8e68e5aa2749e33461f6394e5891a042a3dc3519 100644
|
| --- a/device/bluetooth/bluetooth_device_android.h
|
| +++ b/device/bluetooth/bluetooth_device_android.h
|
| @@ -63,8 +63,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceAndroid final
|
| bool IsGattConnected() const override;
|
| bool IsConnectable() const override;
|
| bool IsConnecting() const override;
|
| - base::Optional<int8_t> GetInquiryRSSI() const override;
|
| - base::Optional<int8_t> GetInquiryTxPower() const override;
|
| bool ExpectingPinCode() const override;
|
| bool ExpectingPasskey() const override;
|
| bool ExpectingConfirmation() const override;
|
|
|