| Index: device/bluetooth/bluetooth_adapter_experimental_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_experimental_chromeos.h b/device/bluetooth/bluetooth_adapter_experimental_chromeos.h
|
| index 8471b0fe5d4b9a71f4aa89a173ecb87bad077b31..b11007dfa47d0020fd973cbc235b19e4ff6047db 100644
|
| --- a/device/bluetooth/bluetooth_adapter_experimental_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_adapter_experimental_chromeos.h
|
| @@ -98,6 +98,10 @@ class BluetoothAdapterExperimentalChromeOS
|
| void DiscoveringChanged(bool discovering);
|
| void PresentChanged(bool present);
|
|
|
| + // Announce to observers a change in device state that is not reflected by
|
| + // its D-Bus properties.
|
| + void NotifyDeviceChanged(BluetoothDeviceExperimentalChromeOS* device);
|
| +
|
| // Called by dbus:: on completion of the powered property change.
|
| void OnSetPowered(const base::Closure& callback,
|
| const ErrorCallback& error_callback,
|
|
|