diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 20:06:51 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 20:06:51 +0000 |
commit | 854f656404fdd2aa9158d3168d36a75ac343aca8 (patch) | |
tree | bc10884edc52f44252af03c377127ddfdfcb8d22 /chrome/common/sandbox_policy.h | |
parent | d4f45da1c73b70d4132f26a3c7c2399d9a3bba58 (diff) | |
download | chromium_src-854f656404fdd2aa9158d3168d36a75ac343aca8.zip chromium_src-854f656404fdd2aa9158d3168d36a75ac343aca8.tar.gz chromium_src-854f656404fdd2aa9158d3168d36a75ac343aca8.tar.bz2 |
Remove the StartProcess function since it's not used and
it's confusing since we have another StartProcess function
somewhere else in chrome.
Review URL: http://codereview.chromium.org/548184
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/sandbox_policy.h')
-rw-r--r-- | chrome/common/sandbox_policy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/sandbox_policy.h b/chrome/common/sandbox_policy.h index dcc466d..542b946 100644 --- a/chrome/common/sandbox_policy.h +++ b/chrome/common/sandbox_policy.h @@ -12,9 +12,6 @@ class CommandLine; namespace sandbox { -// Starts a sandboxed process and returns a handle to it. -base::ProcessHandle StartProcess(CommandLine* cmd_line); - // Starts a sandboxed process with the given directory unsandboxed // and returns a handle to it. base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line, |