| Index: content/public/browser/bluetooth_chooser.h
|
| diff --git a/content/public/browser/bluetooth_chooser.h b/content/public/browser/bluetooth_chooser.h
|
| index c250943fbe87edade405b5f9d254054862391090..c7fa6e1216df3c0e73867557197c4921178863ba 100644
|
| --- a/content/public/browser/bluetooth_chooser.h
|
| +++ b/content/public/browser/bluetooth_chooser.h
|
| @@ -83,10 +83,6 @@ class CONTENT_EXPORT BluetoothChooser {
|
| bool is_gatt_connected,
|
| bool is_paired,
|
| int signal_strength_level) {}
|
| -
|
| - // Tells the chooser that a device is no longer available. The chooser should
|
| - // not call DeviceSelected() for a device that's been removed.
|
| - virtual void RemoveDevice(const std::string& device_id) {}
|
| };
|
|
|
| } // namespace content
|
|
|