| Index: net/udp/udp_socket_libevent.h
|
| diff --git a/net/udp/udp_socket_libevent.h b/net/udp/udp_socket_libevent.h
|
| index 2d1cefd3aa99491bdcee1eb379ab90abd2f74ec6..cd8b249bce65bd71962504acde1438f5a2d0891f 100644
|
| --- a/net/udp/udp_socket_libevent.h
|
| +++ b/net/udp/udp_socket_libevent.h
|
| @@ -163,6 +163,9 @@ class NET_EXPORT UDPSocketLibevent : public base::NonThreadSafe {
|
| // Return a network error code.
|
| int SetDiffServCodePoint(DiffServCodePoint dscp);
|
|
|
| + // Detach from thread used to check for thread-safety.
|
| + void DetachFromThread();
|
| +
|
| private:
|
| enum SocketOptions {
|
| SOCKET_OPTION_REUSE_ADDRESS = 1 << 0,
|
|
|