| 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 114de82d0233a5a7a3d8eb2c15399b67154646a3..e4d3d37847d0e164c503eec50a765c363482f093 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
|
| @@ -134,6 +134,15 @@ class LayoutTestBluetoothAdapterProvider {
|
| static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
|
| GetUnicodeDeviceAdapter();
|
|
|
| + // |GetDeviceNameLongerThan29BytesAdapter|
|
| + // Inherits from |EmptyAdapter|
|
| + // Internal structure
|
| + // - DeviceNameLongerThan29Bytes
|
| + // - Mock Functions:
|
| + // - GetName(): Returns "a_device_name_that_is_longer_than_29_bytes_but_shorter_than_240_bytes"
|
| + static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
|
| + GetDeviceNameLongerThan29BytesAdapter();
|
| +
|
| // |SecondDiscoveryFindsHeartRateAdapter|
|
| // Inherits from |PoweredAdapter|
|
| // Mock Functions:
|
|
|