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 70a1f0d5fb29c3cc2be5e94606a4fc62b6b42f32..a2c4697b2b88fae5e4fd568d06938a58a23d3e73 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 |
@@ -114,6 +114,16 @@ class LayoutTestBluetoothAdapterProvider { |
static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>> |
GetEmptyAdapter(); |
+ // |PowerDeviceAdapter|(tx_power, rssi) |
+ // Inherits from |EmptyAdapter| |
+ // Internal Structure: |
+ // - |HeartRateDevice| |
+ // - Mock Functions: |
+ // - GetInquiryTxPower(): Returns tx_power |
+ // - GetInquiryRSSI(): Returns rssi |
+ static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>> |
+ GetPowerDeviceAdapter(int tx_power, int rssi); |
+ |
// |GlucoseHeartRateAdapter| |
// Inherits from |EmptyAdapter| |
// Devices added: |