| Index: ppapi/tests/test_udp_socket.h
|
| diff --git a/ppapi/tests/test_udp_socket.h b/ppapi/tests/test_udp_socket.h
|
| index 2a2a473508462b5ea3ee5656e35254e4ca9d0403..ac7ef806f53b5c96fca617aa76b5efa2876fb67f 100644
|
| --- a/ppapi/tests/test_udp_socket.h
|
| +++ b/ppapi/tests/test_udp_socket.h
|
| @@ -39,11 +39,13 @@ 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 TestParallelSend();
|
| + std::string TestMulticast();
|
|
|
| pp::NetAddress address_;
|
| };
|
|
|