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

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

Issue 10134056: Refactor the process of choosing validators. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: more aesthetics Created 8 years, 6 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
« no previous file with comments | « src/trusted/service_runtime/sel_main.c ('k') | src/trusted/service_runtime/sel_validate_image.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/sel_main_chrome.c
diff --git a/src/trusted/service_runtime/sel_main_chrome.c b/src/trusted/service_runtime/sel_main_chrome.c
index a2a2e4b4b7f3f51cb299462914f78e8f2b0ee631..12d5deea36888f5c8f2ab659fbfe879b6e8a4b0c 100644
--- a/src/trusted/service_runtime/sel_main_chrome.c
+++ b/src/trusted/service_runtime/sel_main_chrome.c
@@ -162,11 +162,6 @@ void NaClChromeMainStart(struct NaClChromeMainArgs *args) {
NaClSetBrokerDuplicateHandleFunc(args->broker_duplicate_handle_func);
#endif
- if (getenv("NACL_DANGEROUS_USE_DFA_VALIDATOR") != NULL) {
- fprintf(stderr, "DANGER! USING THE UNSTABLE DFA VALIDATOR!\n");
- nap->enable_dfa_validator = 1;
- }
-
NaClAppInitialDescriptorHookup(nap);
/*
« no previous file with comments | « src/trusted/service_runtime/sel_main.c ('k') | src/trusted/service_runtime/sel_validate_image.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698