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

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

Issue 2858803003: bluetooth: Implement simulatePreconnectedPeripheral. (Closed)
Patch Set: Merge branch 'master' into bluetooth-simulate-preconnected Created 3 years, 7 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
« no previous file with comments | « no previous file | content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698