| Index: third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
|
| diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
|
| index 2badc24f9df9d77a23fb288915b53c16085ffa80..fcd37e9a564b03736e6872452204daffc0a0877d 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
|
| @@ -133,6 +133,9 @@ public:
|
| void didStartClosingHandshake() override;
|
| void didClose(ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) override;
|
|
|
| + ScriptPromise loaderTestTransmitChromiumIPC(ScriptState*, int, int, int);
|
| + ScriptPromise loaderTestTransmitMojo(ScriptState*, int, int, int);
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| static bool isValidSubprotocolString(const String&);
|
|
|