| Index: third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| index 90eb1f2ce555da3e8a36938d50a62190decfb3a3..0796f57afca13d19a13c3dc3ad9a8853339b27f9 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| @@ -155,6 +155,8 @@ class MODULES_EXPORT DocumentWebSocketChannel final
|
| void didFinishLoadingBlob(DOMArrayBuffer*);
|
| void didFailLoadingBlob(FileError::ErrorCode);
|
|
|
| + bool shouldFilterConnection(const KURL&);
|
| +
|
| // m_handle is a handle of the connection.
|
| // m_handle == 0 means this channel is closed.
|
| std::unique_ptr<WebSocketHandle> m_handle;
|
|
|