| Index: ppapi/tests/test_websocket.h
|
| diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
|
| index fdd0ce06f3a6b9f17d5ad50f7a4b597922e943b4..30476d3dd67fa522f4afe8fb595d5c8efa756fd1 100644
|
| --- a/ppapi/tests/test_websocket.h
|
| +++ b/ppapi/tests/test_websocket.h
|
| @@ -33,6 +33,8 @@ class TestWebSocket : public TestCase {
|
| std::string TestInvalidConnect();
|
| std::string TestGetURL();
|
| std::string TestValidConnect();
|
| + std::string TestInvalidClose();
|
| + std::string TestValidClose();
|
| std::string TestGetProtocol();
|
| std::string TestTextSendReceive();
|
|
|
|
|