Chromium Code Reviews| Index: trunk/src/net/udp/udp_socket_libevent.h |
| =================================================================== |
| --- trunk/src/net/udp/udp_socket_libevent.h (revision 255683) |
| +++ trunk/src/net/udp/udp_socket_libevent.h (working copy) |
| @@ -163,9 +163,6 @@ |
| // Return a network error code. |
| int SetDiffServCodePoint(DiffServCodePoint dscp); |
| - // Resets the thread to be used for thread-safety checks. |
| - void DetachFromThread(); |
| - |
| private: |
| enum SocketOptions { |
| SOCKET_OPTION_REUSE_ADDRESS = 1 << 0, |