Index: device/bluetooth/bluetooth_adapter_chromeos.h |
diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h |
index d77b672363cab25091e857489b8b30e0b041e586..7570780d861afc3012b27e9aa6d16b4ce039a14c 100644 |
--- a/device/bluetooth/bluetooth_adapter_chromeos.h |
+++ b/device/bluetooth/bluetooth_adapter_chromeos.h |
@@ -119,6 +119,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterChromeOS |
// its D-Bus properties. |device| is owned by the caller and cannot be NULL. |
void NotifyDeviceChanged(BluetoothDeviceChromeOS* device); |
+ // Announce to observers a device address change. |
+ void NotifyDeviceAddressChanged(BluetoothDeviceChromeOS* device, |
+ const std::string& old_address); |
+ |
// The following methods are used to send various GATT observer events to |
// observers. |
void NotifyGattServiceAdded(BluetoothRemoteGattServiceChromeOS* service); |