| Index: ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| index 52d22b1c6fe0650578662caa7abc0284a4a7cad9..bc5f24f9ddb79cb3ccc506799128b374535f76ed 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| @@ -46,7 +46,6 @@ struct SelLdrStartParams {
|
| bool uses_irt,
|
| bool uses_ppapi,
|
| bool uses_nonsfi_mode,
|
| - bool enable_dev_interfaces,
|
| bool enable_dyncode_syscalls,
|
| bool enable_exception_handling,
|
| bool enable_crash_throttling)
|
| @@ -54,7 +53,6 @@ struct SelLdrStartParams {
|
| uses_irt(uses_irt),
|
| uses_ppapi(uses_ppapi),
|
| uses_nonsfi_mode(uses_nonsfi_mode),
|
| - enable_dev_interfaces(enable_dev_interfaces),
|
| enable_dyncode_syscalls(enable_dyncode_syscalls),
|
| enable_exception_handling(enable_exception_handling),
|
| enable_crash_throttling(enable_crash_throttling) {
|
|
|