| Index: content/renderer/bluetooth/web_bluetooth_impl.h | 
| diff --git a/content/renderer/bluetooth/web_bluetooth_impl.h b/content/renderer/bluetooth/web_bluetooth_impl.h | 
| index 4283e1b927f58320ccf0f20c092a216d56d2982b..a16a960f3a9df3cc056eb31182e07b65eeb279ea 100644 | 
| --- a/content/renderer/bluetooth/web_bluetooth_impl.h | 
| +++ b/content/renderer/bluetooth/web_bluetooth_impl.h | 
| @@ -58,6 +58,9 @@ class CONTENT_EXPORT WebBluetoothImpl | 
| void characteristicObjectRemoved( | 
| const blink::WebString& characteristic_instance_id, | 
| blink::WebBluetoothGATTCharacteristic* characteristic) override; | 
| +  void registerCharacteristicObject( | 
| +      const blink::WebString& characteristic_instance_id, | 
| +      blink::WebBluetoothGATTCharacteristic* characteristic) override; | 
|  | 
| private: | 
| BluetoothDispatcher* GetDispatcher(); | 
|  |