Index: components/nacl/common/nacl_types.h |
diff --git a/components/nacl/common/nacl_types.h b/components/nacl/common/nacl_types.h |
index 490ec64118976a107658063963ba4015eae803e6..c4c597695b2840a70398d6026473ef175fb98a54 100644 |
--- a/components/nacl/common/nacl_types.h |
+++ b/components/nacl/common/nacl_types.h |
@@ -63,8 +63,7 @@ struct NaClStartParams { |
~NaClStartParams(); |
IPC::PlatformFileForTransit nexe_file; |
- uint64_t nexe_token_lo; |
- uint64_t nexe_token_hi; |
+ base::FilePath nexe_file_path; |
Mark Seaborn
2014/10/14 17:37:24
Could you comment that this is used only as a key
teravest
2014/10/14 18:15:00
Done.
|
std::vector<FileDescriptor> handles; |
FileDescriptor debug_stub_server_bound_socket; |