| Index: net/socket/unix_domain_client_socket_posix.h
|
| diff --git a/net/socket/unix_domain_client_socket_posix.h b/net/socket/unix_domain_client_socket_posix.h
|
| index e7b033a71c3d8745f8f1e8f5c59e612389587bdd..74b205f28f96a89a66cdd3aa522ee439f756e7db 100644
|
| --- a/net/socket/unix_domain_client_socket_posix.h
|
| +++ b/net/socket/unix_domain_client_socket_posix.h
|
| @@ -69,6 +69,7 @@ class NET_EXPORT UnixDomainClientSocket : public StreamSocket {
|
| const CompletionCallback& callback) override;
|
| int SetReceiveBufferSize(int32_t size) override;
|
| int SetSendBufferSize(int32_t size) override;
|
| + int SetDoNotFragment(bool do_not_fragment) override;
|
|
|
| // Releases ownership of underlying SocketDescriptor to caller.
|
| // Internal state is reset so that this object can be used again.
|
|
|