| Index: components/nacl/loader/nonsfi/nonsfi_main.h
|
| diff --git a/components/nacl/loader/nonsfi/nonsfi_main.h b/components/nacl/loader/nonsfi/nonsfi_main.h
|
| index 6c674ce2f78fc737f8d29551220ff7e5fc10177e..a6c0db7fd41eb2fbdcd76bc7bd48dc3795dce216 100644
|
| --- a/components/nacl/loader/nonsfi/nonsfi_main.h
|
| +++ b/components/nacl/loader/nonsfi/nonsfi_main.h
|
| @@ -8,11 +8,13 @@
|
| #include "native_client/src/include/portability.h"
|
| #include "native_client/src/public/imc_types.h"
|
|
|
| +struct NaClDesc;
|
| +
|
| namespace nacl {
|
| namespace nonsfi {
|
|
|
| -// Launch NaCl with Non SFI mode.
|
| -void MainStart(NaClHandle imc_bootstrap_handle);
|
| +// Launch NaCl with Non SFI mode. This takes the ownership of |nexe_file|.
|
| +void MainStart(NaClDesc* nexe_file);
|
|
|
| } // namespace nonsfi
|
| } // namespace nacl
|
|
|