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

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: Rebase 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..df32f58f1616caf4a79d65f2d7d2162cf5cc449b 100644
--- a/components/nacl/common/nacl_switches.cc
+++ b/components/nacl/common/nacl_switches.cc
@@ -49,4 +49,10 @@ 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
Mark Seaborn 2014/10/30 19:36:13 Can you add a bit of context about newlib vs. glib
hidehiko 2014/10/31 03:37:37 Done.
+// binary in Non-SFI mode.
+// TODO(hidehiko): Make this default and then remove this flag after
+// nacl_helper_nonsfi is supported.
+const char kUseNaClHelperNonSfi[] = "use-nacl-helper-nonsfi";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698