| Index: mojo/nacl/nonsfi/nexe_launcher_nonsfi.h
 | 
| diff --git a/mojo/nacl/nonsfi/nexe_launcher_nonsfi.h b/mojo/nacl/nonsfi/nexe_launcher_nonsfi.h
 | 
| index 66172ec1a74a8effb3108e2ef7649fb2787a9838..b9e65125cc3eeaba04b4eccc6497a6f0650049c7 100644
 | 
| --- a/mojo/nacl/nonsfi/nexe_launcher_nonsfi.h
 | 
| +++ b/mojo/nacl/nonsfi/nexe_launcher_nonsfi.h
 | 
| @@ -13,7 +13,8 @@ namespace nacl {
 | 
|   * Takes a fd to a nexe, and launches the nexe with the given
 | 
|   * MojoHandle.
 | 
|   */
 | 
| -void MojoLaunchNexeNonsfi(int nexe_fd, MojoHandle initial_handle);
 | 
| +void MojoLaunchNexeNonsfi(int nexe_fd, MojoHandle initial_handle,
 | 
| +                          bool enable_translate_irt);
 | 
|  
 | 
|  } // namespace nacl
 | 
|  
 | 
| 
 |