Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2208)

Unified Diff: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h

Issue 2858803003: bluetooth: Implement simulatePreconnectedPeripheral. (Closed)
Patch Set: small cleanup Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0de94f00a9ae781b21fd5a71164fadeae4af9023..fdf0c5fb96aa58eba1c6fae097894fb3cecc28d6 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
@@ -125,24 +125,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:
@@ -242,12 +224,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.

Powered by Google App Engine
This is Rietveld 408576698