Stop disabling the sandbox
Now that we have the resources bundle hooked up correctly, the sandbox functions just fine. Fixes #4.
This commit is contained in:
parent
4ca59ba279
commit
909b3cd18f
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@ bool MainDelegate::BasicStartupComplete(int* exit_code) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainDelegate::PreSandboxStartup() {
|
void MainDelegate::PreSandboxStartup() {
|
||||||
// FIXME: We don't currently support running sandboxed.
|
|
||||||
CommandLine::ForCurrentProcess()->AppendSwitch(switches::kNoSandbox);
|
|
||||||
|
|
||||||
#if defined(OS_MACOSX)
|
#if defined(OS_MACOSX)
|
||||||
OverrideChildProcessPath();
|
OverrideChildProcessPath();
|
||||||
OverrideFrameworkBundlePath();
|
OverrideFrameworkBundlePath();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue