Convert the NET_TRACE macro in socket_test_util.cc from an #if'd DLOG
commitcc9fa5ff152d2bd76fb442d0ce52ec1ccc7651bd
authorrch <rch@chromium.org>
Tue, 14 Apr 2015 16:06:03 +0000 (14 09:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 14 Apr 2015 16:06:26 +0000 (14 16:06 +0000)
treecdf1e32418f9fd2ad2ab3ddeddec84413ecc8cd8
parentaeb3f052da9aa746cbd2adcbb0c10059806c6060
Convert the NET_TRACE macro in socket_test_util.cc from an #if'd DLOG
to a simple VLOG which allows it to be off by default, but enabled
on-demand at runtime.

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

Cr-Commit-Position: refs/heads/master@{#325061}
net/socket/socket_test_util.cc