From 37c12077ecb501fe0b636a22c86a468bb7f61cd3 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Thu, 16 Jul 2009 02:44:15 +0000 Subject: Linux: update outdated comments about sandboxing. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20844 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/renderer_main_platform_delegate_linux.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chrome/renderer') diff --git a/chrome/renderer/renderer_main_platform_delegate_linux.cc b/chrome/renderer/renderer_main_platform_delegate_linux.cc index 6502129..34e04d2 100644 --- a/chrome/renderer/renderer_main_platform_delegate_linux.cc +++ b/chrome/renderer/renderer_main_platform_delegate_linux.cc @@ -23,18 +23,18 @@ void RendererMainPlatformDelegate::PlatformUninitialize() { } bool RendererMainPlatformDelegate::InitSandboxTests(bool no_sandbox) { - // We have no sandbox. - // http://code.google.com/p/chromium/issues/detail?id=8081 + // The sandbox is started in the zygote process: zygote_main_linux.cc + // http://code.google.com/p/chromium/wiki/LinuxSUIDSandbox return true; } bool RendererMainPlatformDelegate::EnableSandbox() { - // We have no sandbox. - // http://code.google.com/p/chromium/issues/detail?id=8081 + // The sandbox is started in the zygote process: zygote_main_linux.cc + // http://code.google.com/p/chromium/wiki/LinuxSUIDSandbox return true; } void RendererMainPlatformDelegate::RunSandboxTests() { - // We have no sandbox. - // http://code.google.com/p/chromium/issues/detail?id=8081 + // The sandbox is started in the zygote process: zygote_main_linux.cc + // http://code.google.com/p/chromium/wiki/LinuxSUIDSandbox } -- cgit v1.1