Chromium Code Reviews| Index: components/nacl/browser/nacl_process_host.cc |
| diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc |
| index 8857102c446e185db6638392d9d9289d2bd7f7a0..ae05426ef23ddc37e516b8eaf62311434d468414 100644 |
| --- a/components/nacl/browser/nacl_process_host.cc |
| +++ b/components/nacl/browser/nacl_process_host.cc |
| @@ -582,6 +582,8 @@ bool NaClProcessHost::LaunchSelLdr() { |
| CopyNaClCommandLineArguments(cmd_line.get()); |
| cmd_line->AppendSwitchASCII(switches::kProcessType, |
| + uses_nonsfi_mode_ ? |
|
Mark Seaborn
2014/03/28 01:38:25
Can you split out the parts that plumb through "us
hamaji
2014/03/28 12:06:10
Thanks for the review! I've uploaded another CL fo
|
| + switches::kNaClNonSfiLoaderProcess : |
| switches::kNaClLoaderProcess); |
| cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id); |
| if (NaClBrowser::GetDelegate()->DialogsAreSuppressed()) |