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

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

Issue 2510323002: bluetooth: Implement acceptAllDevices (Closed)
Patch Set: clean up Created 4 years 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 6c9fb9ee5ec239ec38c2ded84f23fd3f141d3afc..114de82d0233a5a7a3d8eb2c15399b67154646a3 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
@@ -233,6 +233,18 @@ 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.
+ static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
+ GetNoNameDeviceAdapter();
+
// |GetEmptyNameHeartRateAdapter|
// Inherits from |EmptyAdapter|
// Internal Structure:

Powered by Google App Engine
This is Rietveld 408576698