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:
Adam Roben 2013-03-14 14:00:52 -04:00
parent 4ca59ba279
commit 909b3cd18f

View file

@ -25,9 +25,6 @@ bool MainDelegate::BasicStartupComplete(int* exit_code) {
}
void MainDelegate::PreSandboxStartup() {
// FIXME: We don't currently support running sandboxed.
CommandLine::ForCurrentProcess()->AppendSwitch(switches::kNoSandbox);
#if defined(OS_MACOSX)
OverrideChildProcessPath();
OverrideFrameworkBundlePath();