| Index: ppapi/tests/test_websocket.h
|
| ===================================================================
|
| --- ppapi/tests/test_websocket.h (revision 114399)
|
| +++ ppapi/tests/test_websocket.h (working copy)
|
| @@ -17,11 +17,11 @@
|
| public:
|
| explicit TestWebSocket(TestingInstance* instance) : TestCase(instance) {}
|
|
|
| - private:
|
| // TestCase implementation.
|
| virtual bool Init();
|
| virtual void RunTests(const std::string& filter);
|
|
|
| + private:
|
| PP_Var CreateVar(const char* string);
|
| void ReleaseVar(const PP_Var& var);
|
| bool AreEqual(const PP_Var& var, const char* string);
|
|
|