Add support for backgrounding processes on the Mac
commit0160d130f8a4462fa7bfb8a9924e476d31ba9a48
authorshrike <shrike@chromium.org>
Tue, 19 May 2015 01:00:20 +0000 (18 18:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 19 May 2015 01:00:22 +0000 (19 01:00 +0000)
treef9457e49104495c772081748b9c8faba1101c3f6
parent32315ab593a4a20a7205336f66c3129658757d6d
Add support for backgrounding processes on the Mac

Added process_mac.cc with implementations of IsProcessBackgrounded() and
SetProcessBackgrounded().

BUG=460102

Originally Committed: https://crrev.com/e3bb10f7860a1d553c85293bd7d7615c0e7f0fd9
Reverted: https://crrev.com/ce6226a7ffe2c1cb7ac5f6cf34b56b8d217686b9

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

Cr-Commit-Position: refs/heads/master@{#330464}
base/base.gypi
base/process/BUILD.gn
base/process/process.h
base/process/process_mac.cc [new file with mode: 0644]
base/process/process_posix.cc
base/process/process_unittest.cc
content/browser/child_process_launcher.cc
content/browser/renderer_host/render_process_host_impl.cc