| Index: chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h
|
| diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h
|
| index 2c6b9db37e68c64e8f100786d3aa309c793b46bc..ae7a03c35f6e157b0a22879cba406c6b7dc8b890 100644
|
| --- a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h
|
| +++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h
|
| @@ -48,8 +48,6 @@ class BluetoothChooserController : public ChooserController {
|
| void OnDiscoveryStateChanged(content::BluetoothChooser::DiscoveryState state);
|
|
|
| // Shows a new device in the chooser or updates its information.
|
| - // TODO(ortuno): Update device's name if necessary.
|
| - // https://crbug.com/634366
|
| void AddOrUpdateDevice(const std::string& device_id,
|
| bool should_update_name,
|
| const base::string16& device_name,
|
|
|