Chromium Code Reviews| 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 048acf0557c904d1b1c89cf70e18605745cafc7d..210b2196df1674950a34704ac3445c2a6c831522 100644 |
| --- a/device/bluetooth/test/bluetooth_test_android.h |
| +++ b/device/bluetooth/test/bluetooth_test_android.h |
| @@ -30,6 +30,8 @@ class BluetoothTestAndroid : public BluetoothTestBase { |
| void InitWithoutDefaultAdapter() override; |
| void InitWithFakeAdapter() override; |
| bool DenyPermission() override; |
| + void SetBonded(BluetoothDevice* device) override; |
|
ortuno
2016/06/15 17:20:16
As mentioned above. I don't think we need to do th
|
| + |
| BluetoothDevice* SimulateLowEnergyDevice(int device_ordinal) override; |
| void SimulateGattConnection(BluetoothDevice* device) override; |
| void SimulateGattConnectionError(BluetoothDevice* device, |