| Index: content/browser/renderer_host/render_sandbox_host_linux.h
|
| diff --git a/content/browser/renderer_host/render_sandbox_host_linux.h b/content/browser/renderer_host/render_sandbox_host_linux.h
|
| index 2c5df388bd29f84540d179947420c4ca22158efc..211900251037faf5fd62b3dff3b8566445f60103 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>;
|
|
|