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