Chromium Code Reviews| Index: public/web/WebFrameClient.h |
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
| index 87140c91124c30b731e4cb863f6f4fa188e0223e..c807543b3d99f86ba901e1dd3b5355112ab280dc 100644 |
| --- a/public/web/WebFrameClient.h |
| +++ b/public/web/WebFrameClient.h |
| @@ -69,6 +69,7 @@ class WebMediaPlayerClient; |
| class WebNotificationPresenter; |
| class WebServiceWorkerProvider; |
| class WebServiceWorkerProviderClient; |
| +class WebSocketHandle; |
| class WebNode; |
| class WebPlugin; |
| class WebRTCPeerConnectionHandler; |
| @@ -442,6 +443,9 @@ public: |
| // A WebSocket object is going to open new stream connection. |
| virtual void willOpenSocketStream(WebSocketStreamHandle*) { } |
| + // A WebSocket object is going to open new stream connection. |
|
yhirano
2014/05/29 07:19:18
Is this comment right?
tyoshino (SeeGerritForStatus)
2014/05/29 07:29:09
Refined
|
| + virtual void willOpenWebSocket(WebSocketHandle*) { } |
| + |
| // MediaStream ----------------------------------------------------- |