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

Unified Diff: net/dns/mock_mdns_socket_factory.h

Issue 99923004: Add support of IP_MULTICAST_IF in UDP sockets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « content/browser/renderer_host/p2p/socket_host_udp_unittest.cc ('k') | net/udp/datagram_server_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/mock_mdns_socket_factory.h
diff --git a/net/dns/mock_mdns_socket_factory.h b/net/dns/mock_mdns_socket_factory.h
index 4d1c19093e6e2ffc5a8ca196040f8e19623f2c29..7cc8fed9ab3380629679dd65ddf93861a5bc6647 100644
--- a/net/dns/mock_mdns_socket_factory.h
+++ b/net/dns/mock_mdns_socket_factory.h
@@ -46,11 +46,10 @@ class MockMDnsDatagramServerSocket : public DatagramServerSocket {
MOCK_METHOD0(AllowBroadcast, void());
MOCK_CONST_METHOD1(JoinGroup, int(const IPAddressNumber& group_address));
-
MOCK_CONST_METHOD1(LeaveGroup, int(const IPAddressNumber& address));
+ MOCK_METHOD1(SetMulticastInterface, int(uint32 interface_index));
MOCK_METHOD1(SetMulticastTimeToLive, int(int ttl));
-
MOCK_METHOD1(SetMulticastLoopbackMode, int(bool loopback));
MOCK_METHOD1(SetDiffServCodePoint, int(DiffServCodePoint dscp));
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host_udp_unittest.cc ('k') | net/udp/datagram_server_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698