| 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 70a1f0d5fb29c3cc2be5e94606a4fc62b6b42f32..ca23237ea979423dcb76006ec8aca9076ea755da 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
|
| @@ -122,6 +122,15 @@ class LayoutTestBluetoothAdapterProvider {
|
| static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
|
| GetGlucoseHeartRateAdapter();
|
|
|
| + // |GetUnicodeDeviceAdapter|
|
| + // Inherits from |EmptyAdapter|
|
| + // Internal structure
|
| + // - UnicodeDevice
|
| + // - Mock Functions:
|
| + // - GetName(): Returns "❤❤❤❤❤❤❤❤❤"
|
| + static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
|
| + GetUnicodeDeviceAdapter();
|
| +
|
| // |SecondDiscoveryFindsHeartRateAdapter|
|
| // Inherits from |PoweredAdapter|
|
| // Mock Functions:
|
|
|