| Index: trunk/src/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc (revision 255683)
|
| +++ trunk/src/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc (working copy)
|
| @@ -160,10 +160,6 @@
|
| return net::ERR_NOT_IMPLEMENTED;
|
| }
|
|
|
| - virtual void DetachFromThread() OVERRIDE {
|
| - NOTIMPLEMENTED();
|
| - }
|
| -
|
| private:
|
| net::IPEndPoint address_;
|
| std::deque<UDPPacket>* sent_packets_;
|
|
|