Get rid of SandboxedProcessLauncherDelegate::PreSandbox.
The exposed_dir argument is only used in utility processes, so that
logic is moved to PreSpawnTarget in UtilityProcessHostImpl instead. The
disable_default_policy argument is replaced with a DisableDefaultPolicy
method instead.
BUG=
549319
Committed:
https://crrev.com/501093188a889c628ddf09e5e19de893bacbea86
Cr-Commit-Position: refs/heads/master@{#358978}