| Index: device/bluetooth/bluetooth_adapter.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter.cc b/device/bluetooth/bluetooth_adapter.cc
|
| index b64c1434d1bf0807da537593b5a5450309812928..8cce6ece2c1e339ce7587793682e4a03703bf5a0 100644
|
| --- a/device/bluetooth/bluetooth_adapter.cc
|
| +++ b/device/bluetooth/bluetooth_adapter.cc
|
| @@ -16,14 +16,6 @@ BluetoothAdapter::~BluetoothAdapter() {
|
| STLDeleteValues(&devices_);
|
| }
|
|
|
| -const std::string& BluetoothAdapter::address() const {
|
| - return address_;
|
| -}
|
| -
|
| -const std::string& BluetoothAdapter::name() const {
|
| - return name_;
|
| -}
|
| -
|
| BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() {
|
| ConstDeviceList const_devices =
|
| const_cast<const BluetoothAdapter *>(this)->GetDevices();
|
|
|