| Index: content/child/bluetooth/bluetooth_dispatcher.h
|
| diff --git a/content/child/bluetooth/bluetooth_dispatcher.h b/content/child/bluetooth/bluetooth_dispatcher.h
|
| index af045e6719cebe75bd9104a58cafee67bd84dede..254c732a2385bf8bcd07af78f8474cba28556929 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(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(
|
|
|