blob: d39bba097ad338c43fd7dd7ad3f372d2eb76f04a (
plain) (
tree)
|
|
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,
|