| Index: content/child/bluetooth/web_bluetooth_impl.cc
|
| diff --git a/content/child/bluetooth/web_bluetooth_impl.cc b/content/child/bluetooth/web_bluetooth_impl.cc
|
| index 02de755204ceb428e6c738f8cdb36c4bee05036e..e7e9f6a8cc2005c415e61171471a5541a2909e04 100644
|
| --- a/content/child/bluetooth/web_bluetooth_impl.cc
|
| +++ b/content/child/bluetooth/web_bluetooth_impl.cc
|
| @@ -42,6 +42,12 @@ void WebBluetoothImpl::getCharacteristic(
|
| callbacks);
|
| }
|
|
|
| +void WebBluetoothImpl::readValue(
|
| + const blink::WebString& characteristic_instance_id,
|
| + blink::WebBluetoothReadValueCallbacks* callbacks) {
|
| + GetDispatcher()->readValue(characteristic_instance_id, callbacks);
|
| +}
|
| +
|
| BluetoothDispatcher* WebBluetoothImpl::GetDispatcher() {
|
| return BluetoothDispatcher::GetOrCreateThreadSpecificInstance(
|
| thread_safe_sender_.get());
|
|
|