| Index: components/nacl/browser/nacl_process_host.h
|
| diff --git a/components/nacl/browser/nacl_process_host.h b/components/nacl/browser/nacl_process_host.h
|
| index 6d2c06d946b67f1c6c5dab9edb5e2a3be2e5c23b..d3fd57aaa9a3e3daf5e8f672573acd64b82a41cb 100644
|
| --- a/components/nacl/browser/nacl_process_host.h
|
| +++ b/components/nacl/browser/nacl_process_host.h
|
| @@ -257,9 +257,6 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| // reporting crash information.
|
| base::SharedMemory crash_info_shmem_;
|
|
|
| - // Randomly generated token identifying the child process to Mojo.
|
| - std::string mojo_child_token_;
|
| -
|
| base::WeakPtrFactory<NaClProcessHost> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NaClProcessHost);
|
|
|