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

Unified Diff: device/bluetooth/test/bluetooth_test.cc

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/test/bluetooth_test.cc
diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
index ca050881a381658fe9899e3f316ef633ee292b56..9088f11660f785e7c07f7ad1f5208408cd57178e 100644
--- a/device/bluetooth/test/bluetooth_test.cc
+++ b/device/bluetooth/test/bluetooth_test.cc
@@ -238,4 +238,8 @@ void BluetoothTestBase::ResetEventCounts() {
gatt_write_descriptor_attempts_ = 0;
}
+void BluetoothTestBase::RemoveTimedOutDevices() {
+ adapter_->RemoveTimedOutDevices();
+}
+
} // namespace device
« device/bluetooth/bluetooth_adapter.cc ('K') | « device/bluetooth/test/bluetooth_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698