summaryrefslogtreecommitdiffstats
path: root/content/common/sandbox_methods_linux.h
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-28 00:20:01 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-28 00:20:01 +0000
commit3fa5cc11a02c86170fde740a2dc6bc2f7ef1d851 (patch)
treedae82d10b4485ceb6261cd3f318470b3f97c90a6 /content/common/sandbox_methods_linux.h
parent5b99724ed67011e9ef4231ec2796a5237cdf8e88 (diff)
downloadchromium_src-3fa5cc11a02c86170fde740a2dc6bc2f7ef1d851.zip
chromium_src-3fa5cc11a02c86170fde740a2dc6bc2f7ef1d851.tar.gz
chromium_src-3fa5cc11a02c86170fde740a2dc6bc2f7ef1d851.tar.bz2
Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper.
This patch can launch earth_c.html with and without the SUID sandbox. It is enabled with the environment variable NACL_NEW_ZYGOTE. BUG=nativeclient:480 TEST=nativeclient in-browser tests on Linux, ChromeOS Review URL: http://codereview.chromium.org/6995121 TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7274011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/sandbox_methods_linux.h')
-rw-r--r--content/common/sandbox_methods_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/sandbox_methods_linux.h b/content/common/sandbox_methods_linux.h
index f048ad8..02287f6d 100644
--- a/content/common/sandbox_methods_linux.h
+++ b/content/common/sandbox_methods_linux.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,7 +7,7 @@
#pragma once
// This is a list of sandbox IPC methods which the renderer may send to the
-// sandbox host. See http://code.google.com/p/chromium/wiki/LinuxSandboxIPC
+// sandbox host. See http://code.google.com/p/chromium/LinuxSandboxIPC
// This isn't the full list, values < 32 are reserved for methods called from
// Skia.
class LinuxSandbox {