| Index: device/bluetooth/bluetooth_device_android.h
|
| diff --git a/device/bluetooth/bluetooth_device_android.h b/device/bluetooth/bluetooth_device_android.h
|
| index 546a0490ea64f1b2f2a6f0b05cdc26194d4dca9a..89ea49d6231f5c166afd1e3d0c59cbe2e3996683 100644
|
| --- a/device/bluetooth/bluetooth_device_android.h
|
| +++ b/device/bluetooth/bluetooth_device_android.h
|
| @@ -62,6 +62,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceAndroid final
|
| uint16_t GetProductID() const override;
|
| uint16_t GetDeviceID() const override;
|
| uint16_t GetAppearance() const override;
|
| + base::Optional<std::string> GetName() const override;
|
| bool IsPaired() const override;
|
| bool IsConnected() const override;
|
| bool IsGattConnected() const override;
|
| @@ -122,7 +123,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceAndroid final
|
| BluetoothDeviceAndroid(BluetoothAdapterAndroid* adapter);
|
|
|
| // BluetoothDevice:
|
| - std::string GetDeviceName() const override;
|
| void CreateGattConnectionImpl() override;
|
| void DisconnectGatt() override;
|
|
|
|
|