| 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 211900251037faf5fd62b3dff3b8566445f60103..c056e8de56b3a8e6b745f23f084ef7e026047f48 100644
|
| --- a/content/browser/renderer_host/render_sandbox_host_linux.h
|
| +++ b/content/browser/renderer_host/render_sandbox_host_linux.h
|
| @@ -39,6 +39,8 @@ class CONTENT_EXPORT RenderSandboxHostLinux {
|
| RenderSandboxHostLinux();
|
| ~RenderSandboxHostLinux();
|
|
|
| + bool ShutdownIPCChannel();
|
| +
|
| // Whether Init() has been called yet.
|
| bool initialized_;
|
|
|
|
|