Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(980)

Unified Diff: device/bluetooth/bluetooth_adapter_mac.h

Issue 1842223003: Remove outdated devices from Android device chooser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on master Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_adapter_mac.h
diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h
index 1491c1c026223dd6d95627a90d474491539c0e06..3c60f3337bfa1614478ae6c1abcf302fda6b09d4 100644
--- a/device/bluetooth/bluetooth_adapter_mac.h
+++ b/device/bluetooth/bluetooth_adapter_mac.h
@@ -168,10 +168,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterMac
// Updates |devices_| when there is a change to the CBCentralManager's state.
void LowEnergyCentralManagerUpdatedState();
- // Removes from |devices_| any previously paired, connected or seen devices
- // which are no longer present. Notifies observers.
- void RemoveTimedOutDevices();
-
// Updates |devices_| to include the currently paired devices and notifies
// observers.
void AddPairedDevices();

Powered by Google App Engine
This is Rietveld 408576698