Index: device/bluetooth/bluetooth_task_manager_win.h |
diff --git a/device/bluetooth/bluetooth_task_manager_win.h b/device/bluetooth/bluetooth_task_manager_win.h |
index a207cc29ebce26dd7542f1af537952aa6e2b7623..2c787d66ec4635fabccd5a0a33e20459406764ba 100644 |
--- a/device/bluetooth/bluetooth_task_manager_win.h |
+++ b/device/bluetooth/bluetooth_task_manager_win.h |
@@ -63,6 +63,7 @@ class BluetoothTaskManagerWin |
virtual void AdapterStateChanged(const AdapterState& state) {} |
virtual void DiscoveryStarted(bool success) {} |
virtual void DiscoveryStopped() {} |
+ virtual void DevicesUpdated(const ScopedVector<DeviceState>& devices) {} |
virtual void DevicesDiscovered(const ScopedVector<DeviceState>& devices) {} |
}; |
@@ -97,6 +98,7 @@ class BluetoothTaskManagerWin |
void OnAdapterStateChanged(const AdapterState* state); |
void OnDiscoveryStarted(bool success); |
void OnDiscoveryStopped(); |
+ void OnDevicesUpdated(const ScopedVector<DeviceState>* devices); |
void OnDevicesDiscovered(const ScopedVector<DeviceState>* devices); |
// Called on BluetoothTaskRunner. |