| Index: content/child/bluetooth/web_bluetooth_impl.h
|
| diff --git a/content/child/bluetooth/web_bluetooth_impl.h b/content/child/bluetooth/web_bluetooth_impl.h
|
| index 89628d2a3801477fe331d02785624feda570b0a3..a15b2b8459ddddb81653a0930e3ba3e6417c064d 100644
|
| --- a/content/child/bluetooth/web_bluetooth_impl.h
|
| +++ b/content/child/bluetooth/web_bluetooth_impl.h
|
| @@ -38,6 +38,8 @@ class CONTENT_EXPORT WebBluetoothImpl
|
| const blink::WebString& service_instance_id,
|
| const blink::WebString& characteristic_uuid,
|
| blink::WebBluetoothGetCharacteristicCallbacks* callbacks) override;
|
| + void readValue(const blink::WebString& characteristic_instance_id,
|
| + blink::WebBluetoothReadValueCallbacks* callbacks) override;
|
|
|
| private:
|
| BluetoothDispatcher* GetDispatcher();
|
|
|