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

Unified Diff: ppapi/tests/test_websocket.h

Issue 8989047: WebSocket Pepper API: add a unit test for the bufferedAmount property (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to handle the conflict Created 8 years, 11 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 | « chrome/test/ui/ppapi_uitest.cc ('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 a973ead92e1df4e882bb976ae3a655f96e9ecb90..81773beac839ae8604405cd3110fd5eb0c4c3ff5 100644
--- a/ppapi/tests/test_websocket.h
+++ b/ppapi/tests/test_websocket.h
@@ -43,6 +43,7 @@ class TestWebSocket : public TestCase {
std::string TestGetProtocol();
std::string TestTextSendReceive();
std::string TestBinarySendReceive();
+ std::string TestBufferedAmount();
std::string TestCcInterfaces();
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_websocket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698