| Index: chrome/browser/chromeos/bluetooth/bluetooth_adapter.h
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h b/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h
|
| index 8c22ff5193c289ac0bb3348da8224f5eacb03d7d..eb3715df4eb60a5004cb980308611adf7becac85 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h
|
| +++ b/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h
|
| @@ -118,7 +118,7 @@ class BluetoothAdapter : public base::RefCounted<BluetoothAdapter>,
|
| // note that a typical discovery process has phases of this being true
|
| // followed by phases of being false when the adapter interrogates the
|
| // devices found.
|
| - bool IsDiscovering() const;
|
| + virtual bool IsDiscovering() const;
|
|
|
| // Requests that the adapter either begin discovering new devices when
|
| // |discovering| is true, or cease any discovery when false. On success,
|
|
|