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

Unified Diff: content/public/browser/bluetooth_chooser.h

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: content/public/browser/bluetooth_chooser.h
diff --git a/content/public/browser/bluetooth_chooser.h b/content/public/browser/bluetooth_chooser.h
index c250943fbe87edade405b5f9d254054862391090..c7fa6e1216df3c0e73867557197c4921178863ba 100644
--- a/content/public/browser/bluetooth_chooser.h
+++ b/content/public/browser/bluetooth_chooser.h
@@ -83,10 +83,6 @@ class CONTENT_EXPORT BluetoothChooser {
bool is_gatt_connected,
bool is_paired,
int signal_strength_level) {}
-
- // Tells the chooser that a device is no longer available. The chooser should
- // not call DeviceSelected() for a device that's been removed.
- virtual void RemoveDevice(const std::string& device_id) {}
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698