| Index: components/nacl/common/nacl_types.h
|
| diff --git a/components/nacl/common/nacl_types.h b/components/nacl/common/nacl_types.h
|
| index b904879dbb95cd8b5c337871111372af008a6050..1d942cd77eb82aea11dcf34503ea4e05385fa2bf 100644
|
| --- a/components/nacl/common/nacl_types.h
|
| +++ b/components/nacl/common/nacl_types.h
|
| @@ -67,6 +67,7 @@ struct NaClResourcePrefetchResult {
|
| // Parameters sent to the NaCl process when we start it.
|
| struct NaClStartParams {
|
| NaClStartParams();
|
| + NaClStartParams(const NaClStartParams& other);
|
| ~NaClStartParams();
|
|
|
| IPC::PlatformFileForTransit nexe_file;
|
| @@ -128,6 +129,7 @@ struct NaClLaunchParams {
|
| uint32_t permission_bits,
|
| bool uses_nonsfi_mode,
|
| NaClAppProcessType process_type);
|
| + NaClLaunchParams(const NaClLaunchParams& other);
|
| ~NaClLaunchParams();
|
|
|
| std::string manifest_url;
|
|
|