Chromium Code Reviews| 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..7d4ca0663e587602a1d744bab326c2223de2db5a 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 OnRequestDeviceUI(int thread_id, int request_id); |
|
scheib
2015/04/05 13:58:50
OnRequestDeviceOnUI. "'normal method name'OnUI" is
|
| void OnSetBluetoothMockDataSetForTesting(const std::string& name); |
| // A BluetoothAdapter instance representing an adapter of the system. |