Index: content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h |
diff --git a/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h b/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h |
index 391151b0bcccc5baaefb250dcfd8cf37079d3361..d8bea2e19b0eda4c716ef39db3b0566784a54693 100644 |
--- a/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h |
+++ b/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h |
@@ -26,8 +26,12 @@ class LayoutTestFirstDeviceBluetoothChooser : public BluetoothChooser { |
// 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: |