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

Unified Diff: ppapi/tests/test_websocket.h

Issue 8821008: WebSocket Pepper API: Add unit test to call Close() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 dd1350520adbddb534d273ded29f1c15e69af079..4f65a33810b987e987d90bb817c3b50fef4e5ed7 100644
--- a/ppapi/tests/test_websocket.h
+++ b/ppapi/tests/test_websocket.h
@@ -30,8 +30,10 @@ class TestWebSocket : public TestCase {
std::string TestIsWebSocket();
std::string TestInvalidConnect();
+ std::string TestInvalidClose();
std::string TestGetURL();
std::string TestValidConnect();
+ std::string TestValidClose();
std::string TestGetProtocol();
std::string TestTextSendReceive();

Powered by Google App Engine
This is Rietveld 408576698