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..3e23c743e006abb581ad258dd7098f0ebeb9774a 100644 |
--- a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h |
+++ b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h |
@@ -29,8 +29,8 @@ 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, |
+ const base::string16& device_name) override; |
void RemoveDevice(const std::string& device_id) override; |
private: |