| Index: device/bluetooth/bluetooth_device.h
|
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
|
| index ec127b80a971c423437a9c354973a5cad688c81b..c2c0a034e35da734c9508242ce9150ae0a364c69 100644
|
| --- a/device/bluetooth/bluetooth_device.h
|
| +++ b/device/bluetooth/bluetooth_device.h
|
| @@ -614,7 +614,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
|
| // Under normal behavior it is expected that after CreateGattConnectionImpl
|
| // an platform will call DidConnectGatt or DidFailToConnectGatt, but not
|
| // DidDisconnectGatt.
|
| - void DidConnectGatt();
|
| + virtual void DidConnectGatt();
|
| void DidFailToConnectGatt(ConnectErrorCode);
|
| void DidDisconnectGatt(bool notifyDeviceChanged);
|
|
|
|
|