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

Unified Diff: src/trusted/service_runtime/sel_main_chrome.h

Issue 11743028: Partly change IRT load-skipping to be explicit. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 12 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: src/trusted/service_runtime/sel_main_chrome.h
diff --git a/src/trusted/service_runtime/sel_main_chrome.h b/src/trusted/service_runtime/sel_main_chrome.h
index 5c858dc8b1d1d71abe67e0271cca278b5aa52150..48ab0130d563964b1aeb54abc84ba51e553e1401 100644
--- a/src/trusted/service_runtime/sel_main_chrome.h
+++ b/src/trusted/service_runtime/sel_main_chrome.h
@@ -34,7 +34,8 @@ struct NaClChromeMainArgs {
/*
* File descriptor for the NaCl integrated runtime (IRT) library.
* Note that this is a file descriptor even on Windows (where file
- * descriptors are emulated by the C runtime library). Required.
+ * descriptors are emulated by the C runtime library). Optional; may be -1.
Mark Seaborn 2013/01/03 23:36:40 Nit: can you word-wrap to roughly the same length
jvoung (off chromium) 2013/01/04 00:05:31 Done.
+ * This is only optional for non-ABI stable nexes.
Mark Seaborn 2013/01/03 23:36:40 "optional when loading nexes that don't follow NaC
jvoung (off chromium) 2013/01/04 00:05:31 Done.
*/
int irt_fd;

Powered by Google App Engine
This is Rietveld 408576698