summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-link.patch
blob: d39bba097ad338c43fd7dd7ad3f372d2eb76f04a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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,