Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. (patchset #2 id:20001 of https://codereview.chromium.org/831373002/)

Reason for revert:
PrcessTest.CloneWithFlags fails on Linux ChromiumOS Ozone Tests (1):
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Tests%20%281%29/builds/8139/steps/base_unittests/logs/CloneFlags

ProcessTest.CloneFlags (run #1):
[ RUN      ] ProcessTest.CloneFlags
../../base/process/process_unittest.cc:241: Failure
Value of: process.IsValid()
  Actual: false
Expected: true
[  FAILED  ] ProcessTest.CloneFlags (0 ms)

Original issue's description:
> Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.
>
> ForkWithFlags is a wrapper around the clone syscall that uses the libc
> clone wrapper, and thus updates the libc's pid cache if it has one
> (using sys_clone directly does not update the pid cache, so getpid may
> return an incorrect result in the child). This exposes the ability to
> set clone flags, which is needed to use Linux namespaces.
>
> BUG=312380
>
> Committed: https://crrev.com/e12d6652ece2a3ab72bb05837cfd7f0b0b9ecf3a
> Cr-Commit-Position: refs/heads/master@{#310327}

TBR=jln@chromium.org,mdempsky@chromium.org,thestig@chromium.org,mark@chromium.org,rickyz@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=312380

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

Cr-Commit-Position: refs/heads/master@{#310355}
10 files changed