| Index: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| index 7fcfa916e40ee31b6875504118691477dbccbd45..ce7b566b86819b42069fd903a0e859abce909cee 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| @@ -21,6 +21,7 @@ void SelLdrLauncherChrome::Start(PP_Instance instance,
|
| const char* url,
|
| bool uses_irt,
|
| bool uses_ppapi,
|
| + bool uses_nonsfi_mode,
|
| bool enable_ppapi_dev,
|
| bool enable_dyncode_syscalls,
|
| bool enable_exception_handling,
|
| @@ -35,6 +36,7 @@ void SelLdrLauncherChrome::Start(PP_Instance instance,
|
| url,
|
| PP_FromBool(uses_irt),
|
| PP_FromBool(uses_ppapi),
|
| + PP_FromBool(uses_nonsfi_mode),
|
| PP_FromBool(enable_ppapi_dev),
|
| PP_FromBool(enable_dyncode_syscalls),
|
| PP_FromBool(enable_exception_handling),
|
|
|