Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1384)

Unified Diff: ppapi/tests/test_websocket.h

Issue 8956008: WebSocket Pepper API: C++ utility class implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for landing Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/tests/test_websocket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_websocket.h
diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
index f63d717bd6936ff89ac40d587be5b80154c5044b..8024bb762f358d7936afe162d92e64859545409f 100644
--- a/ppapi/tests/test_websocket.h
+++ b/ppapi/tests/test_websocket.h
@@ -47,6 +47,17 @@ class TestWebSocket : public TestCase {
std::string TestCcInterfaces();
+ std::string TestUtilityInvalidConnect();
+ std::string TestUtilityProtocols();
+ std::string TestUtilityGetURL();
+ std::string TestUtilityValidConnect();
+ std::string TestUtilityInvalidClose();
+ std::string TestUtilityValidClose();
+ std::string TestUtilityGetProtocol();
+ std::string TestUtilityTextSendReceive();
+ std::string TestUtilityBinarySendReceive();
+ std::string TestUtilityBufferedAmount();
+
// Used by the tests that access the C API directly.
const PPB_WebSocket* websocket_interface_;
const PPB_Var* var_interface_;
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/tests/test_websocket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698