| Index: ppapi/tests/test_websocket.h
|
| diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
|
| index 30476d3dd67fa522f4afe8fb595d5c8efa756fd1..ff8851a05d38ba401ac86c4ceb8931591efb5ce7 100644
|
| --- a/ppapi/tests/test_websocket.h
|
| +++ b/ppapi/tests/test_websocket.h
|
| @@ -31,6 +31,7 @@ class TestWebSocket : public TestCase {
|
| std::string TestIsWebSocket();
|
| std::string TestUninitializedPropertiesAccess();
|
| std::string TestInvalidConnect();
|
| + std::string TestProtocols();
|
| std::string TestGetURL();
|
| std::string TestValidConnect();
|
| std::string TestInvalidClose();
|
|
|