chrome: Reuse net's SetNonBlocking() function.
commitd264d49895d5107d9a17458eef6f8aa500620489
authortfarina <tfarina@chromium.org>
Tue, 15 Sep 2015 21:30:03 +0000 (15 14:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 15 Sep 2015 21:30:48 +0000 (15 21:30 +0000)
treecdeff812f79e9e31e13d6935811b8edc975a20df
parent99746d5941ad3a7e7e62520c383656d88f344592
chrome: Reuse net's SetNonBlocking() function.

Instead of reimplementing it ourselves again, just reuse the function
from net's net_util.h API.

BUG=None
R=thestig@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#349001}
chrome/browser/process_singleton_posix.cc