diff options
author | mdempsky@chromium.org <mdempsky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-10 04:50:11 +0000 |
---|---|---|
committer | mdempsky@chromium.org <mdempsky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-10 04:50:11 +0000 |
commit | 58a487b75e6848cfadfa49be00196f71e2531726 (patch) | |
tree | c7b9375bd90c6be1215c22f8738772dedc72f781 /content/browser/renderer_host/render_sandbox_host_linux.h | |
parent | cd07707097bf84900aa0d5861b4b4a5515d3a6d4 (diff) | |
download | chromium_src-58a487b75e6848cfadfa49be00196f71e2531726.zip chromium_src-58a487b75e6848cfadfa49be00196f71e2531726.tar.gz chromium_src-58a487b75e6848cfadfa49be00196f71e2531726.tar.bz2 |
Remove SandboxIPCProcess's dependency on chrome-sandbox
Now that we use RecvMsgWithPid to find the PIDs for zygote children,
we no longer need to plumb the chrome-sandbox path down into and
through the renderer host code.
BUG=357670
NOTRY=true
Review URL: https://codereview.chromium.org/276763002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/renderer_host/render_sandbox_host_linux.h')
-rw-r--r-- | content/browser/renderer_host/render_sandbox_host_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_sandbox_host_linux.h b/content/browser/renderer_host/render_sandbox_host_linux.h index 2c5df38..2119002 100644 --- a/content/browser/renderer_host/render_sandbox_host_linux.h +++ b/content/browser/renderer_host/render_sandbox_host_linux.h @@ -31,7 +31,7 @@ class CONTENT_EXPORT RenderSandboxHostLinux { DCHECK(initialized_); return pid_; } - void Init(const std::string& sandbox_path); + void Init(); private: friend struct DefaultSingletonTraits<RenderSandboxHostLinux>; |