diff options
Diffstat (limited to 'content/browser/bluetooth/bluetooth_dispatcher_host.h')
-rw-r--r-- | content/browser/bluetooth/bluetooth_dispatcher_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h index 8d96af7..d5f8c2b 100644 --- a/content/browser/bluetooth/bluetooth_dispatcher_host.h +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h @@ -38,6 +38,7 @@ class BluetoothDispatcherHost : public BrowserMessageFilter, // IPC Handlers, see definitions in bluetooth_messages.h. void OnRequestDevice(int thread_id, int request_id); + void OnRequestDeviceOnUI(int thread_id, int request_id); void OnSetBluetoothMockDataSetForTesting(const std::string& name); // A BluetoothAdapter instance representing an adapter of the system. |