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

Unified Diff: ppapi/tests/test_websocket.h

Issue 8956021: Revert 115093 because of memory test failures - WebSocket Pepper API: C++ helper class implementa... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
===================================================================
--- ppapi/tests/test_websocket.h (revision 115098)
+++ ppapi/tests/test_websocket.h (working copy)
@@ -41,15 +41,6 @@
std::string TestCcInterfaces();
- std::string TestHelperInvalidConnect();
- std::string TestHelperProtocols();
- std::string TestHelperGetURL();
- std::string TestHelperValidConnect();
- std::string TestHelperInvalidClose();
- std::string TestHelperValidClose();
- std::string TestHelperGetProtocol();
- std::string TestHelperTextSendReceive();
-
// Used by the tests that access the C API directly.
const PPB_WebSocket_Dev* 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