| Index: chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| diff --git a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| index 6e4d1a5bc7ba7ef15f47e499ff7612f9228c2065..5f9123a7ae7bdb924e9af6d33f670de29088ba06 100644
|
| --- a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| +++ b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| @@ -29,8 +29,12 @@ class ChromeExtensionBluetoothChooser : public content::BluetoothChooser {
|
| // content::BluetoothChooser:
|
| void SetAdapterPresence(AdapterPresence presence) override;
|
| void ShowDiscoveryState(DiscoveryState state) override;
|
| - void AddDevice(const std::string& device_id,
|
| - const base::string16& device_name) override;
|
| + void AddOrUpdateDevice(const std::string& device_id,
|
| + bool should_update_name,
|
| + const base::string16& device_name,
|
| + bool is_gatt_connected,
|
| + bool is_paired,
|
| + const int8_t* rssi) override;
|
| void RemoveDevice(const std::string& device_id) override;
|
|
|
| private:
|
|
|