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

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

Issue 10070010: validator_ragel: Link into TCB, use under env var (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: . Created 8 years, 8 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 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. */

Powered by Google App Engine
This is Rietveld 408576698