| Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
|
| index 32747e89a43ac1e31af9369e65c154190ba9c245..362960866c5fc6a079a8aec67f43b24677ddf80c 100644
|
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
|
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
|
| @@ -366,6 +366,9 @@ class LayoutTestBluetoothAdapterProvider {
|
| // Returns: device_name.
|
| // - IsPaired:
|
| // Returns true.
|
| + // - ConnectGatt:
|
| + // Calls error callback with
|
| + // BluetoothDevice::ConnectErrorCode::ERROR_UNSUPPORTED_DEVICE.
|
| static std::unique_ptr<testing::NiceMock<device::MockBluetoothDevice>>
|
| GetBaseDevice(device::MockBluetoothAdapter* adapter,
|
| const std::string& device_name = "Base Device",
|
|
|