diff --git a/device/bluetooth/bluetooth_device.cc b/device/bluetooth/bluetooth_device.cc index dc280146a..cdc2944f4 100644 --- a/device/bluetooth/bluetooth_device.cc +++ b/device/bluetooth/bluetooth_device.cc @@ -513,9 +513,9 @@ void BluetoothDevice::RemoveGattConnection( } void BluetoothDevice::SetAsExpiredForTesting() { - last_update_time_ = - base::Time::NowFromSystemTime() - - (BluetoothAdapter::timeoutSec + base::TimeDelta::FromSeconds(1)); + //last_update_time_ = + // base::Time::NowFromSystemTime() - + // (BluetoothAdapter::timeoutSec + base::TimeDelta::FromSeconds(1)); } void BluetoothDevice::Pair(PairingDelegate* pairing_delegate,