diff options
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>; |