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

Unified Diff: ppapi/tests/test_udp_socket.h

Issue 704133005: Pepper: Add support for multicast in PPB_UDPSocket API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, initial unit tests Created 6 years, 1 month 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_udp_socket.h
diff --git a/ppapi/tests/test_udp_socket.h b/ppapi/tests/test_udp_socket.h
index 7c8721ee20c81efa4f2ba0b299c4f7cb5cbc0fcc..d8a8057b85cd68152f35ef530f8b94f989fca2df 100644
--- a/ppapi/tests/test_udp_socket.h
+++ b/ppapi/tests/test_udp_socket.h
@@ -39,10 +39,12 @@ class TestUDPSocket: public TestCase {
const pp::NetAddress& target_address,
const std::string& message,
pp::NetAddress* recvfrom_address);
+ std::string SetMulticastOptions(pp::UDPSocket* socket);
std::string TestReadWrite();
std::string TestBroadcast();
std::string TestSetOption();
+ std::string TestMulticast();
pp::NetAddress address_;
};

Powered by Google App Engine
This is Rietveld 408576698