| Index: content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| index 66b6233d79bea48fdb79f08cc912c2d8ab45fa7b..a91c1ce1fa298df5e3657acb194deeab67ad1330 100644
|
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| @@ -61,8 +61,12 @@ class LayoutTestBluetoothChooserFactory::Chooser : public BluetoothChooser {
|
| }
|
| }
|
|
|
| - 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 {
|
| CheckFactory();
|
| std::string event = "add-device(";
|
| event += base::UTF16ToUTF8(device_name);
|
|
|