| 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 adc7edf01158e7820e247da9610ef7fb22fa7f6f..871e1cc1842ac64f2f5086fdfbad275e2fd152d4 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:
|
|
|