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 346bea2a6b3df810b1d1e0008097d9f8b5eca883..46176d88b91303903cd55d4e8ab50872b5a8f624 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 |
@@ -107,24 +107,6 @@ 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(); |
- |
- // |GetDeviceNameLongerThan29BytesAdapter| |
- // Inherits from |EmptyAdapter| |
- // Internal structure |
- // - DeviceNameLongerThan29Bytes |
- // - Mock Functions: |
- // - GetName(): Returns "a_device_name_that_is_longer_than_29_bytes_but_shorter_than_248_bytes" |
- static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>> |
- GetDeviceNameLongerThan29BytesAdapter(); |
- |
// |SecondDiscoveryFindsHeartRateAdapter| |
// Inherits from |PoweredAdapter| |
// Mock Functions: |
@@ -224,12 +206,6 @@ 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. |