| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index eadda68b424a6024fb64f07bff7122527899d35e..4c6455f5f1eb291bc3a21e877e4389120181729c 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -357,10 +357,6 @@
|
| base::FilePath GetEventLogFilePathWithExtensions(const base::FilePath& file);
|
| #endif
|
|
|
| - // The token to be passed to the child process and exchanged for a message
|
| - // pipe to the shell.
|
| - std::string shell_pipe_token_;
|
| -
|
| scoped_ptr<MojoApplicationHost> mojo_application_host_;
|
|
|
| // The registered IPC listener objects. When this list is empty, we should
|
|
|