| Index: device/bluetooth/test/bluetooth_test_android.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h
|
| index 13b95551152d6f7bbd8de4f2a7b4cbf50898bd5e..0a87e79361365070881ba982ec0b8010848b305f 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.h
|
| +++ b/device/bluetooth/test/bluetooth_test_android.h
|
| @@ -25,6 +25,9 @@ class BluetoothTestAndroid : public BluetoothTestBase {
|
| void InitWithDefaultAdapter() override;
|
| void InitWithoutDefaultAdapter() override;
|
| void InitWithFakeAdapter() override;
|
| + void DiscoverLowEnergyDevice(int device_ordinal) override;
|
| +
|
| + base::android::ScopedJavaGlobalRef<jobject> j_fake_bluetooth_adapter_;
|
| };
|
|
|
| // Defines common test fixture name. Use TEST_F(BluetoothTest, YourTestName).
|
|
|