| 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..ff01fcd76cd77ac72fbc8f2613e5099697fa476d 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
| @@ -169,6 +169,9 @@ class MODULES_EXPORT DocumentWebSocketChannel final
|
| void didFinishLoadingBlob(DOMArrayBuffer*);
|
| void didFailLoadingBlob(FileError::ErrorCode);
|
|
|
| + void tearDownFailedConnection();
|
| + 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;
|
|
|