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

Unified Diff: content/browser/renderer_host/p2p/socket_host_udp_unittest.cc

Issue 10739002: Added broadcasting feature to UDP server sockets. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added MacOS specific code. Created 8 years, 5 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
« no previous file with comments | « no previous file | net/udp/datagram_server_socket.h » ('j') | net/udp/udp_socket_libevent.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/p2p/socket_host_udp_unittest.cc
diff --git a/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc b/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc
index b294c786ecd8720d9291c6eaf472d6b547d80f46..8524066e6fabb0d14a0a2c8cb37475db46940e9b 100644
--- a/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc
+++ b/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc
@@ -107,6 +107,9 @@ class FakeDatagramServerSocket : public net::DatagramServerSocket {
return net_log_;
}
+ virtual void AllowBroadcast() OVERRIDE {
+ }
+
private:
net::IPEndPoint address_;
std::deque<UDPPacket>* sent_packets_;
« no previous file with comments | « no previous file | net/udp/datagram_server_socket.h » ('j') | net/udp/udp_socket_libevent.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698