| 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 3893e3996e6bd036e07494b85acbe509de2f28d8..663a454ff608ee91b395e18d5cdf77796e9d2ecb 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| @@ -200,6 +200,10 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
|
| // render_process_id_.
|
| url::Origin GetOrigin(int frame_routing_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,
|
|
|