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

Unified Diff: ppapi/tests/test_websocket.h

Issue 9802027: WebSocket Pepper API: synchronous completion support (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add TestAbortCalls Created 8 years, 8 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
Index: ppapi/tests/test_websocket.h
diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
index fb6ea9bb1cb7b05826102c3e354f00fbdff08aca..321d556c95008b9c53e6afda34c240051557b410 100644
--- a/ppapi/tests/test_websocket.h
+++ b/ppapi/tests/test_websocket.h
@@ -47,6 +47,7 @@ class TestWebSocket : public TestCase {
std::string TestBinarySendReceive();
std::string TestStressedSendReceive();
std::string TestBufferedAmount();
+ std::string TestAbortCalls();
std::string TestCcInterfaces();

Powered by Google App Engine
This is Rietveld 408576698