| Index: device/bluetooth/bluetooth_adapter_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| index c210a30ea06778adfc6089484a33bbdf0ed70d1e..3f422b69fa514af7822d8ffe6d991697000bf693 100644
|
| --- a/device/bluetooth/bluetooth_adapter_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| @@ -109,6 +109,10 @@ class BluetoothAdapterChromeOS
|
| // and directly using values obtained from properties.
|
| void PoweredChanged(bool powered);
|
|
|
| + // Notifies observers of a change in the device |device|. Used to signal
|
| + // changes initiated from the BluetoothDeviceChromeOS itself.
|
| + void NotifyDeviceChanged(BluetoothDeviceChromeOS* device);
|
| +
|
| // Called by BluetoothAdapterClient in response to the method call sent
|
| // by StartDiscovering(), |callback| and |error_callback| are the callbacks
|
| // provided to that method.
|
|
|