From 909b3cd18f8eaae8394445c36a00218157ea081b Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Thu, 14 Mar 2013 14:00:52 -0400 Subject: [PATCH] Stop disabling the sandbox Now that we have the resources bundle hooked up correctly, the sandbox functions just fine. Fixes #4. --- brightray/common/main_delegate.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/brightray/common/main_delegate.cc b/brightray/common/main_delegate.cc index 9b850500e1bc..13ace6f6321e 100644 --- a/brightray/common/main_delegate.cc +++ b/brightray/common/main_delegate.cc @@ -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();