| 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 dc561b180aa3e533dfee43e362346c0c446c8555..4b3c60b2086e88de1bbf6db4c318a228429bec63 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -100,6 +100,10 @@ struct FileChooserParams;
|
| struct Referrer;
|
| struct ResourceResponse;
|
|
|
| +namespace mojom {
|
| +class WebSocket;
|
| +}
|
| +
|
| class CONTENT_EXPORT RenderFrameHostImpl
|
| : public RenderFrameHost,
|
| NON_EXPORTED_BASE(public mojom::FrameHost),
|
| @@ -800,6 +804,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| FrameTreeNode* FindAndVerifyChild(int32_t child_frame_routing_id,
|
| bad_message::BadMessageReason reason);
|
|
|
| + void CreateWebSocket(
|
| + mojo::InterfaceRequest<mojom::WebSocket> request);
|
| +
|
| // Creates a Web Bluetooth Service owned by the frame.
|
| void CreateWebBluetoothService(
|
| mojo::InterfaceRequest<blink::mojom::WebBluetoothService> request);
|
|
|