| Index: ppapi/tests/test_websocket.h
|
| diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
|
| index dd1350520adbddb534d273ded29f1c15e69af079..08ab102f58a608ae1a7ca07d17cc7c6b4b64a662 100644
|
| --- a/ppapi/tests/test_websocket.h
|
| +++ b/ppapi/tests/test_websocket.h
|
| @@ -35,6 +35,12 @@ class TestWebSocket : public TestCase {
|
| std::string TestGetProtocol();
|
| std::string TestTextSendReceive();
|
|
|
| + std::string TestCcInvalidConnect();
|
| + std::string TestCcGetURL();
|
| + std::string TestCcValidConnect();
|
| + std::string TestCcGetProtocol();
|
| + std::string TestCcTextSendReceive();
|
| +
|
| // Used by the tests that access the C API directly.
|
| const PPB_WebSocket_Dev* websocket_interface_;
|
| const PPB_Var* var_interface_;
|
|
|