| 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 319c14af973438b21c39a112cb18d6e4d60b0276..cc11eb9bdc00864d2ab73633bfd1ba5df6009e1c 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| @@ -169,6 +169,13 @@ class MODULES_EXPORT DocumentWebSocketChannel final
|
| void didFinishLoadingBlob(DOMArrayBuffer*);
|
| void didFailLoadingBlob(FileError::ErrorCode);
|
|
|
| + void failWithClosureCode(unsigned short code,
|
| + const String& reason,
|
| + MessageLevel,
|
| + std::unique_ptr<SourceLocation>);
|
| +
|
| + bool shouldDisallowConnection(const KURL&);
|
| +
|
| // m_handle is a handle of the connection.
|
| // m_handle == 0 means this channel is closed.
|
| std::unique_ptr<WebSocketHandle> m_handle;
|
|
|