DescriptionAdd a --no-zygote command line flag
This patch adds a --no-zygote command line flag which can be used to
completely disable the use of the zygote process. This is needed for
running Headless Chrome in environments where maintaining a forking
server such as the zygote is unnecessary and/or impractical.
Note that on Linux the sandbox needs the zygote to work, so --no-sandbox
must be used in conjunction with this new flag.
BUG=546953
Committed: https://crrev.com/1964e861d7adb9107e8ca525464ae6e7d8f4dc5d
Cr-Commit-Position: refs/heads/master@{#423152}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Review comments #
Total comments: 2
Patch Set 3 : DCHECK => CHECK #Patch Set 4 : Better error message #
Messages
Total messages: 21 (12 generated)
|