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..0a15d7b521f712d2d25b06ce246ce6501850baec 100644 |
--- a/components/nacl/common/nacl_types.h |
+++ b/components/nacl/common/nacl_types.h |
@@ -63,8 +63,8 @@ struct NaClStartParams { |
~NaClStartParams(); |
IPC::PlatformFileForTransit nexe_file; |
- uint64_t nexe_token_lo; |
- uint64_t nexe_token_hi; |
+ // Used only as a key for validation caching. |
+ base::FilePath nexe_file_path_metadata; |
std::vector<FileDescriptor> handles; |
FileDescriptor debug_stub_server_bound_socket; |