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

Unified Diff: chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc

Issue 2753613002: Remove content::BluetoothChooser::RemoveDevice() function (Closed)
Patch Set: remove content::BluetoothChooser::RemoveDevice() function Created 3 years, 9 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: chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc
diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc b/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc
index e23712bf894fb3bb0ac154a48321632d2ffd8a80..aeff9df6cb5c099fc29386f23132382559483507 100644
--- a/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc
+++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.cc
@@ -39,7 +39,3 @@ void BluetoothChooserDesktop::AddOrUpdateDevice(
device_id, should_update_name, device_name, is_gatt_connected, is_paired,
signal_strength_level);
}
-
-void BluetoothChooserDesktop::RemoveDevice(const std::string& device_id) {
- bluetooth_chooser_controller_->RemoveDevice(device_id);
-}

Powered by Google App Engine
This is Rietveld 408576698