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

Unified Diff: chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.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/chrome_extension_bluetooth_chooser.cc
diff --git a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
index 044006e369a098b29c314a74fecd9abfd5cdd780..58515e2f2871281fe27ecf5d9a786b5bbff46d4c 100644
--- a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
+++ b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
@@ -44,8 +44,3 @@ void ChromeExtensionBluetoothChooser::AddOrUpdateDevice(
device_id, should_update_name, device_name, is_gatt_connected, is_paired,
signal_strength_level);
}
-
-void ChromeExtensionBluetoothChooser::RemoveDevice(
- const std::string& device_id) {
- bluetooth_chooser_controller_->RemoveDevice(device_id);
-}
« no previous file with comments | « chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h ('k') | content/public/browser/bluetooth_chooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698