| Index: device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| diff --git a/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java b/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| index 09da34b73c374d8bb8c71e197ddfd5455fd7651c..191a47ef923f4fbdf3f505ca49f244d38a4f5140 100644
|
| --- a/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| +++ b/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| @@ -320,6 +320,9 @@ class Fakes {
|
| }
|
|
|
| @Override
|
| + public void close() {}
|
| +
|
| + @Override
|
| public void discoverServices() {
|
| nativeOnFakeBluetoothGattDiscoverServices(mDevice.mAdapter.mNativeBluetoothTestAndroid);
|
| }
|
|
|