| Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| index 46e7ec575a259ac448473d4c9bcedd039c3b3941..4e62b295b9833ca26a3ab78ee1af89416eba5792 100644
|
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| @@ -116,6 +116,7 @@ std::set<BluetoothUUID> GetUUIDs(
|
| // Notifies the adapter's observers that the services have been discovered.
|
| void NotifyServicesDiscovered(MockBluetoothAdapter* adapter,
|
| MockBluetoothDevice* device) {
|
| + device->SetGattServicesDiscoveryComplete(true);
|
| FOR_EACH_OBSERVER(BluetoothAdapter::Observer, adapter->GetObservers(),
|
| GattServicesDiscovered(adapter, device));
|
| }
|
|
|