Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: ppapi/tests/test_websocket.h

Issue 510663002: PepperWebSocketHost should not call blink::WebSocket APIs after closed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/tests/test_websocket.h
diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
index b8f756ffe8b5210d153551f73058323ee20ef157..eff0a5ef61d4b32871e0217b8fff882b082e40b1 100644
--- a/ppapi/tests/test_websocket.h
+++ b/ppapi/tests/test_websocket.h
@@ -55,6 +55,7 @@ class TestWebSocket : public TestCase {
std::string TestAbortSendMessageCall();
std::string TestAbortCloseCall();
std::string TestAbortReceiveMessageCall();
+ std::string TestClosedFromServerWhileSending();
std::string TestCcInterfaces();

Powered by Google App Engine
This is Rietveld 408576698