Index: content/browser/bluetooth/bluetooth_dispatcher_host.h |
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h |
index b0cf2122e6c2f0830dd052e0fbc7f8fc7e4cb8fd..a5da97464e58c1b752c53936dccc79de2521afd8 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h |
@@ -271,6 +271,10 @@ class CONTENT_EXPORT BluetoothDispatcherHost final |
int frame_routing_id, |
const std::string& characteristic_instance_id); |
+ // Populate the chooser with existing devices. |
+ void PopulateWithExistingDevices(RequestDeviceSession* session, |
+ int chooser_id); |
+ |
int render_process_id_; |
// Maps a (thread_id,request_id) to information about its requestDevice call, |