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

Unified Diff: components/nacl/common/nacl_switches.cc

Issue 676323002: Non-SFI mode: Add --use-nacl-helper-nonsfi flag. (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_switches.cc
diff --git a/components/nacl/common/nacl_switches.cc b/components/nacl/common/nacl_switches.cc
index 257d3e97236aea32b01e9e0da266fa745e3e577c..a86c724e90698734c681febf2bb291cd49d87ae8 100644
--- a/components/nacl/common/nacl_switches.cc
+++ b/components/nacl/common/nacl_switches.cc
@@ -49,4 +49,8 @@ const char kNaClLoaderNonSfiProcess[] = "nacl-loader-nonsfi";
// for SFI mode.
const char kNaClLoaderProcess[] = "nacl-loader";
+// Use nacl_helper_nonsfi binary to run Non-SFI nexe, instead of nacl_helper
+// binary in Non-SFI mode.
hamaji 2014/10/28 07:13:17 TODO: make this default and remove this flag?
hidehiko 2014/10/28 08:47:02 Done.
+const char kUseNaClHelperNonSfi[] = "use-nacl-helper-nonsfi";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698