From 0203ed716229301ebcd111f799ecf4367f5b437e Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Thu, 2 Jul 2009 13:59:08 +0000 Subject: We recently enabled reading sysctl values from inside the sandbox. This CL removes workarounds needed when sysctl reads where blocked. Review URL: http://codereview.chromium.org/151202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19809 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/renderer_main_platform_delegate_mac.mm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/renderer') diff --git a/chrome/renderer/renderer_main_platform_delegate_mac.mm b/chrome/renderer/renderer_main_platform_delegate_mac.mm index 9e86044d..b94c6f0 100644 --- a/chrome/renderer/renderer_main_platform_delegate_mac.mm +++ b/chrome/renderer/renderer_main_platform_delegate_mac.mm @@ -148,10 +148,6 @@ bool RendererMainPlatformDelegate::EnableSandbox() { // succeed. DebugUtil::BeingDebugged(); - // Cache the System info information, since we can't query certain attributes - // with the Sandbox enabled. - base::SysInfo::CacheSysInfo(); - // For the renderer, we give it a custom sandbox to lock down as tight as // possible, but still be able to draw. -- cgit v1.1