Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: components/nacl/common/nacl_types.h

Issue 572973002: NaCl: Simpler validation for main nexe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698