| 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 6c9fb9ee5ec239ec38c2ded84f23fd3f141d3afc..114de82d0233a5a7a3d8eb2c15399b67154646a3 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
|
| @@ -233,6 +233,18 @@ class LayoutTestBluetoothAdapterProvider {
|
| static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
|
| GetHeartRateAdapter();
|
|
|
| + // |GetEmptyNameDeviceAdapter|
|
| + // Inherits from |EmptyAdapter|
|
| + // Contains a single device with an empty name and no UUIDs.
|
| + static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
|
| + GetEmptyNameDeviceAdapter();
|
| +
|
| + // |GetNoNameDeviceAdapter|
|
| + // Inherits from |EmptyAdapter|
|
| + // Contains a single device with no name and no UUIDs.
|
| + static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
|
| + GetNoNameDeviceAdapter();
|
| +
|
| // |GetEmptyNameHeartRateAdapter|
|
| // Inherits from |EmptyAdapter|
|
| // Internal Structure:
|
|
|