Make UnixDomainListenSocket's CreateAnd* methods private
commitc497950841e9c370eec411d7f920f374c7f299a8
authorxunjieli <xunjieli@chromium.org>
Fri, 3 Apr 2015 05:07:27 +0000 (2 22:07 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 3 Apr 2015 05:08:03 +0000 (3 05:08 +0000)
treecd9502761bf4119742e47d24798d81ceb596fd7d
parentc11e7bb244652731cc67c023bd2cf39e52df3544
Make UnixDomainListenSocket's CreateAnd* methods private

This CL makes UnixDomainListenSocket's CreateAnd* methods private, so there
won't be any new consumers of UnixDomainListenSocket. This is a part of the
effort to remove UnixDomainListenSocket entirely.

BUG=472766

Review URL: https://codereview.chromium.org/1058993002

Cr-Commit-Position: refs/heads/master@{#323600}
net/socket/unix_domain_listen_socket_posix.cc
net/socket/unix_domain_listen_socket_posix.h
net/socket/unix_domain_listen_socket_posix_unittest.cc