Index: content/child/bluetooth/bluetooth_dispatcher.h |
diff --git a/content/child/bluetooth/bluetooth_dispatcher.h b/content/child/bluetooth/bluetooth_dispatcher.h |
index 97e43cd52cbc8d0d8ae8437f26017fb592380a80..8be1c802a420cc2874be9beba8231962b4c4c745 100644 |
--- a/content/child/bluetooth/bluetooth_dispatcher.h |
+++ b/content/child/bluetooth/bluetooth_dispatcher.h |
@@ -50,7 +50,8 @@ class BluetoothDispatcher : public WorkerTaskRunner::Observer { |
void OnMessageReceived(const IPC::Message& msg); |
// Corresponding to WebBluetoothImpl methods. |
- void requestDevice(const blink::WebRequestDeviceOptions& options, |
+ void requestDevice(int routing_id, |
+ const blink::WebRequestDeviceOptions& options, |
blink::WebBluetoothRequestDeviceCallbacks* callbacks); |
void connectGATT(const blink::WebString& device_instance_id, |
blink::WebBluetoothConnectGATTCallbacks* callbacks); |