| 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 e0f7962dc8346d4047b4ef625d468404d68b2353..273e1653b39057362f58250e6b5d27a53d7c2d36 100644
|
| --- a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| +++ b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h
|
| @@ -35,7 +35,6 @@ class ChromeExtensionBluetoothChooser : public content::BluetoothChooser {
|
| bool is_gatt_connected,
|
| bool is_paired,
|
| int signal_strength_level) override;
|
| - void RemoveDevice(const std::string& device_id) override;
|
|
|
| private:
|
| // Weak. DeviceChooserContentView[Cocoa] owns it.
|
|
|