diff options
author | bradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 16:13:41 +0000 |
---|---|---|
committer | bradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 16:13:41 +0000 |
commit | ce2ae4423013d90edad4cee8639dc021158e3ea4 (patch) | |
tree | 57a41421fdf277a65091ac9b4f837a1bfb76e8e2 /content/common/sandbox_methods_linux.h | |
parent | 60ac66e3cbe2118d2c9e56a4dc7fb4e1f13a1b4d (diff) | |
download | chromium_src-ce2ae4423013d90edad4cee8639dc021158e3ea4.zip chromium_src-ce2ae4423013d90edad4cee8639dc021158e3ea4.tar.gz chromium_src-ce2ae4423013d90edad4cee8639dc021158e3ea4.tar.bz2 |
Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible
fork implementations.
BUG=nativeclient:480
TEST=existing zygote tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92787
Review URL: http://codereview.chromium.org/7397003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/sandbox_methods_linux.h')
-rw-r--r-- | content/common/sandbox_methods_linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/sandbox_methods_linux.h b/content/common/sandbox_methods_linux.h index 02287f6d..f048ad8 100644 --- a/content/common/sandbox_methods_linux.h +++ b/content/common/sandbox_methods_linux.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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/LinuxSandboxIPC +// sandbox host. See http://code.google.com/p/chromium/wiki/LinuxSandboxIPC // This isn't the full list, values < 32 are reserved for methods called from // Skia. class LinuxSandbox { |