| Index: components/nacl/common/nacl_types.cc
|
| diff --git a/components/nacl/common/nacl_types.cc b/components/nacl/common/nacl_types.cc
|
| index 4f6d36f12f2255920c5f1785d40653618e9efbda..76bbfa658931c82d78a11ea6ca5c49e7e057fa08 100644
|
| --- a/components/nacl/common/nacl_types.cc
|
| +++ b/components/nacl/common/nacl_types.cc
|
| @@ -16,8 +16,7 @@ NaClStartParams::NaClStartParams()
|
| #endif
|
| validation_cache_enabled(false),
|
| enable_debug_stub(false),
|
| - process_type(kUnknownNaClProcessType),
|
| - crash_info_shmem_handle(base::SharedMemory::NULLHandle()) {
|
| + process_type(kUnknownNaClProcessType) {
|
| }
|
|
|
| NaClStartParams::NaClStartParams(const NaClStartParams& other) = default;
|
| @@ -91,9 +90,7 @@ NaClLaunchResult::NaClLaunchResult()
|
| : ppapi_ipc_channel_handle(),
|
| trusted_ipc_channel_handle(),
|
| plugin_pid(base::kNullProcessId),
|
| - plugin_child_id(0),
|
| - crash_info_shmem_handle(base::SharedMemory::NULLHandle()) {
|
| -}
|
| + plugin_child_id(0) {}
|
|
|
| NaClLaunchResult::NaClLaunchResult(
|
| const IPC::ChannelHandle& ppapi_ipc_channel_handle,
|
|
|