| Index: chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
|
| diff --git a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
|
| index 044006e369a098b29c314a74fecd9abfd5cdd780..58515e2f2871281fe27ecf5d9a786b5bbff46d4c 100644
|
| --- a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
|
| +++ b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
|
| @@ -44,8 +44,3 @@ void ChromeExtensionBluetoothChooser::AddOrUpdateDevice(
|
| device_id, should_update_name, device_name, is_gatt_connected, is_paired,
|
| signal_strength_level);
|
| }
|
| -
|
| -void ChromeExtensionBluetoothChooser::RemoveDevice(
|
| - const std::string& device_id) {
|
| - bluetooth_chooser_controller_->RemoveDevice(device_id);
|
| -}
|
|
|