Index: ppapi/tests/test_websocket.h |
diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h |
index 81773beac839ae8604405cd3110fd5eb0c4c3ff5..e7a6a72f302e99808e8e82c764ffa7612fcd5964 100644 |
--- a/ppapi/tests/test_websocket.h |
+++ b/ppapi/tests/test_websocket.h |
@@ -47,6 +47,17 @@ class TestWebSocket : public TestCase { |
std::string TestCcInterfaces(); |
+ std::string TestUtilityInvalidConnect(); |
+ std::string TestUtilityProtocols(); |
+ std::string TestUtilityGetURL(); |
+ std::string TestUtilityValidConnect(); |
+ std::string TestUtilityInvalidClose(); |
+ std::string TestUtilityValidClose(); |
+ std::string TestUtilityGetProtocol(); |
+ std::string TestUtilityTextSendReceive(); |
+ std::string TestUtilityBinarySendReceive(); |
+ std::string TestUtilityBufferedAmount(); |
+ |
// Used by the tests that access the C API directly. |
const PPB_WebSocket_Dev* websocket_interface_; |
const PPB_Var* var_interface_; |