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 9d52de934c1d4b9ee2631142262174339c5b0ee4..ac87afe7c049881e628cb856fe9a5b5582b03119 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 |
@@ -121,6 +121,15 @@ class LayoutTestBluetoothAdapterProvider { |
static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>> |
GetGlucoseHeartRateAdapter(); |
+ // |SecondDiscoveryFindsHeartRateAdapter| |
+ // Inherits from |PoweredAdapter| |
+ // Mock Functions: |
+ // - StartDiscoverySessionWithFilter: |
+ // Run success callback with |DiscoverySession|. |
+ // After the first call, adds a |HeartRateDevice|. |
+ static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>> |
+ GetSecondDiscoveryFindsHeartRateAdapter(); |
+ |
// |MissingServiceGenericAccessAdapter| |
// Inherits from |EmptyAdapter| |
// Internal Structure: |