| Index: chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc
|
| diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc b/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc
|
| index e23712bf894fb3bb0ac154a48321632d2ffd8a80..aeff9df6cb5c099fc29386f23132382559483507 100644
|
| --- a/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc
|
| +++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc
|
| @@ -39,7 +39,3 @@ void BluetoothChooserDesktop::AddOrUpdateDevice(
|
| device_id, should_update_name, device_name, is_gatt_connected, is_paired,
|
| signal_strength_level);
|
| }
|
| -
|
| -void BluetoothChooserDesktop::RemoveDevice(const std::string& device_id) {
|
| - bluetooth_chooser_controller_->RemoveDevice(device_id);
|
| -}
|
|
|