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 4afc3cdcb3f0c3b3c32b1abf348807aae378168c..d0e3780706c6da46b8ce3e7ccb4d9ae2ed5c59fd 100644 |
--- a/src/trusted/service_runtime/sel_main_chrome.h |
+++ b/src/trusted/service_runtime/sel_main_chrome.h |
@@ -59,6 +59,9 @@ struct NaClChromeMainArgs { |
*/ |
int (*attach_debug_exception_handler_func)(void *info, size_t info_size); |
#endif |
+ |
+ /* Dangerous: replace the main validator with the new DFA-based validator. */ |
+ int enable_dfa_validator; |
Mark Seaborn
2012/04/19 22:11:39
I don't think this belongs here. Chromium does no
pasko-google - do not use
2012/04/19 22:36:27
I do not have a strong preference on flag vs. env
Nick Bray
2012/04/19 23:11:08
In general, plumbing stuff from Chrome is a pain a
pasko-google - do not use
2012/04/20 14:30:38
Yes, keeping the check high has the benefit of kee
|
}; |
/* Create a new args struct containing default values. */ |