Index: net/udp/udp_socket_win.h |
diff --git a/net/udp/udp_socket_win.h b/net/udp/udp_socket_win.h |
index 2f24877c1e0123e05fc8db838495d5dbf720c03f..eb6e13c10562b40169823fc329244196c35e870b 100644 |
--- a/net/udp/udp_socket_win.h |
+++ b/net/udp/udp_socket_win.h |
@@ -161,6 +161,9 @@ class NET_EXPORT UDPSocketWin : NON_EXPORTED_BASE(public base::NonThreadSafe) { |
// do anything on some platforms. |
int SetDiffServCodePoint(DiffServCodePoint dscp); |
+ // Detach from thread used to check for thread-safety. |
+ void DetachFromThread(); |
+ |
private: |
enum SocketOptions { |
SOCKET_OPTION_REUSE_ADDRESS = 1 << 0, |