| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 420a2c2795d7512d3ac241213dc4854290d45737..92096d9da63c587bb60fbff8bfa571d2b101310a 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -752,7 +752,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| bad_message::BadMessageReason reason);
|
|
|
| // Creates a Web Bluetooth Service owned by the frame.
|
| - void CreateWebBluetoothService(
|
| + WebBluetoothServiceImpl* CreateWebBluetoothService(
|
| mojo::InterfaceRequest<blink::mojom::WebBluetoothService> request);
|
|
|
| // Deletes the Web Bluetooth Service owned by the frame.
|
|
|