Chromium Code Reviews| Index: trunk/src/net/udp/udp_socket_win.h |
| =================================================================== |
| --- trunk/src/net/udp/udp_socket_win.h (revision 255683) |
| +++ trunk/src/net/udp/udp_socket_win.h (working copy) |
| @@ -161,9 +161,6 @@ |
| // do anything on some platforms. |
| 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, |