Index: device/bluetooth/bluetooth_adapter.h |
diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h |
index a9224562426118cae2a0fa293fd8fef09dc7ae83..ec53ddf76ac475d402402af58c1eb3788ed101fb 100644 |
--- a/device/bluetooth/bluetooth_adapter.h |
+++ b/device/bluetooth/bluetooth_adapter.h |
@@ -428,6 +428,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter |
// The following methods are used to send various events to observers. |
void NotifyAdapterStateChanged(bool powered); |
+ void NotifyDeviceChanged(BluetoothDevice* device); |
+ |
#if defined(OS_CHROMEOS) || defined(OS_LINUX) |
// This function is implemented for ChromeOS only, and the support on |
// Android, MaxOS and Windows should be added on demand in the future. |