| 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 8d96af78dbf49035810b4effc9ad6846040791f3..d5f8c2ba47d2871a9844e2e8a2875a16694e0561 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.
|
|
|