Index: services/nacl/content_handler_main_nonsfi.cc |
diff --git a/services/nacl/content_handler_main_nonsfi.cc b/services/nacl/content_handler_main_nonsfi.cc |
index 59b0dc7eed98b6c6cbb5205a417d5e89a53330e5..5eee6753e1869e8255ec5760f9dc5d0ae731ca44 100644 |
--- a/services/nacl/content_handler_main_nonsfi.cc |
+++ b/services/nacl/content_handler_main_nonsfi.cc |
@@ -60,7 +60,7 @@ class NaClContentHandler : public mojo::ApplicationDelegate, |
MojoHandle handle = |
application_request.PassMessagePipe().release().value(); |
// MojoLaunchNexeNonsfi takes ownership of the fd. |
- MojoLaunchNexeNonsfi(fd, handle); |
+ MojoLaunchNexeNonsfi(fd, handle, false /* enable_translation_irt */); |
} |
mojo::ContentHandlerFactory content_handler_factory_; |