Index: device/bluetooth/test/bluetooth_test.h |
diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h |
index 43b47f2f10a45d2e787e6b0e583a64f17fecbd20..11e6b6b05162ec4ccbb2667ce7039acc7b54e7a5 100644 |
--- a/device/bluetooth/test/bluetooth_test.h |
+++ b/device/bluetooth/test/bluetooth_test.h |
@@ -84,10 +84,12 @@ class BluetoothTestBase : public testing::Test { |
// Simulates GattConnection disconnecting. |
virtual void SimulateGattDisconnection(BluetoothDevice* device) {} |
- // Simulates success of discovering services. Two services are created. |
- // TODO(scheib): Add more control over how many services are created and |
- // their properties. http://crbug.com/541400 |
- virtual void SimulateGattServicesDiscovered(BluetoothDevice* device) {} |
+ // Simulates success of discovering services. |uuids| is used to create a |
+ // service for each UUID string. Multiple UUIDs with the same value produce |
+ // multiple service instances. |
+ virtual void SimulateGattServicesDiscovered( |
+ BluetoothDevice* device, |
+ const std::vector<std::string>& uuids) {} |
// Simulates failure to discover services. |
virtual void SimulateGattServicesDiscoveryError(BluetoothDevice* device) {} |