| 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 4264efdbd62e181782637f58de3f8342d34026af..02de755204ceb428e6c738f8cdb36c4bee05036e 100644
|
| --- a/content/child/bluetooth/web_bluetooth_impl.cc
|
| +++ b/content/child/bluetooth/web_bluetooth_impl.cc
|
| @@ -34,6 +34,14 @@ void WebBluetoothImpl::getPrimaryService(
|
| callbacks);
|
| }
|
|
|
| +void WebBluetoothImpl::getCharacteristic(
|
| + const blink::WebString& service_instance_id,
|
| + const blink::WebString& characteristic_uuid,
|
| + blink::WebBluetoothGetCharacteristicCallbacks* callbacks) {
|
| + GetDispatcher()->getCharacteristic(service_instance_id, characteristic_uuid,
|
| + callbacks);
|
| +}
|
| +
|
| BluetoothDispatcher* WebBluetoothImpl::GetDispatcher() {
|
| return BluetoothDispatcher::GetOrCreateThreadSpecificInstance(
|
| thread_safe_sender_.get());
|
|
|