summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_websocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_websocket.h')
-rw-r--r--ppapi/tests/test_websocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
index 027b3be..3b8f38d 100644
--- a/ppapi/tests/test_websocket.h
+++ b/ppapi/tests/test_websocket.h
@@ -22,6 +22,7 @@ class TestWebSocket : public TestCase {
virtual bool Init();
virtual void RunTests(const std::string& filter);
+ std::string GetFullURL(const char* url);
PP_Var CreateVarString(const std::string& string);
PP_Var CreateVarBinary(const std::vector<uint8_t>& binary);
void ReleaseVar(const PP_Var& var);