| Index: device/bluetooth/bluetooth_adapter.cc | 
| diff --git a/device/bluetooth/bluetooth_adapter.cc b/device/bluetooth/bluetooth_adapter.cc | 
| index 78b556e6763ca065f3f1bfbbc3c1e945ff96e89f..6f036b321562589fd685643fe7b33f78e7472f6e 100644 | 
| --- a/device/bluetooth/bluetooth_adapter.cc | 
| +++ b/device/bluetooth/bluetooth_adapter.cc | 
| @@ -22,10 +22,6 @@ const std::string& BluetoothAdapter::name() const { | 
| return name_; | 
| } | 
|  | 
| -void BluetoothAdapter::QueueAdapterCallback(const AdapterCallback& callback) { | 
| -  adapter_callbacks_.push_back(callback); | 
| -} | 
| - | 
| BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() { | 
| ConstDeviceList const_devices = | 
| const_cast<const BluetoothAdapter *>(this)->GetDevices(); | 
|  |