| Index: device/bluetooth/bluetooth_device.h
|
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
|
| index 2d7f4b96d6991375155559beb44fb2ee72ea7b53..ab5f6b7d6e9d6c9ca3c593ca99d922a401d68cea 100644
|
| --- a/device/bluetooth/bluetooth_device.h
|
| +++ b/device/bluetooth/bluetooth_device.h
|
| @@ -509,7 +509,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();
|
|
|
|
|