Chromium Code Reviews| 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 |