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

Unified Diff: ppapi/tests/test_websocket.h

Issue 8989046: WebSocket Pepper API: add interfaces to handle binaryType attribute (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/2011/2012/g 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
Index: ppapi/tests/test_websocket.h
diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
index a973ead92e1df4e882bb976ae3a655f96e9ecb90..cfb30a9f031baf2e87bbbc81fce002e091dc8ed3 100644
--- a/ppapi/tests/test_websocket.h
+++ b/ppapi/tests/test_websocket.h
@@ -32,6 +32,7 @@ class TestWebSocket : public TestCase {
PP_Resource Connect(const char* url, int32_t* result, const char* protocol);
+ std::string TestInterface_0_1();
std::string TestIsWebSocket();
std::string TestUninitializedPropertiesAccess();
std::string TestInvalidConnect();

Powered by Google App Engine
This is Rietveld 408576698