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
Родитель 4ca59ba279
Коммит 909b3cd18f
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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();