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

Unified Diff: ppapi/tests/test_transport.h

Issue 7713021: Add SetProperty() in the PPB_Transport_Dev interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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_transport.h
diff --git a/ppapi/tests/test_transport.h b/ppapi/tests/test_transport.h
index 9d1f3ebc8f46b1a36a95f1afd3ab3ec686d6d4af..8277630ba38f3c505b532a174ed2bcce29af1b7f 100644
--- a/ppapi/tests/test_transport.h
+++ b/ppapi/tests/test_transport.h
@@ -31,6 +31,7 @@ class TestTransport : public TestCase {
std::string TestCreate();
std::string TestConnect();
+ std::string TestSetConfig();
std::string TestSendDataTcp();
std::string TestSendDataUdp();
std::string TestConnectAndCloseTcp();

Powered by Google App Engine
This is Rietveld 408576698