| Index: ppapi/tests/test_websocket.h
|
| diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
|
| index 6cdf02866929b303ad0a15d5df82f0268f8bec41..53d6d3d0efc80fd8d812b50ad21e377150f01b0a 100644
|
| --- a/ppapi/tests/test_websocket.h
|
| +++ b/ppapi/tests/test_websocket.h
|
| @@ -39,6 +39,15 @@ class TestWebSocket : public TestCase {
|
| std::string TestGetProtocol();
|
| std::string TestTextSendReceive();
|
|
|
| + std::string TestHelperInvalidConnect();
|
| + std::string TestHelperProtocols();
|
| + std::string TestHelperGetURL();
|
| + std::string TestHelperValidConnect();
|
| + std::string TestHelperInvalidClose();
|
| + std::string TestHelperValidClose();
|
| + std::string TestHelperGetProtocol();
|
| + std::string TestHelperTextSendReceive();
|
| +
|
| // Used by the tests that access the C API directly.
|
| const PPB_WebSocket_Dev* websocket_interface_;
|
| const PPB_Var* var_interface_;
|
|
|