Index: ppapi/nacl_irt/manifest_service.cc |
diff --git a/ppapi/nacl_irt/manifest_service.cc b/ppapi/nacl_irt/manifest_service.cc |
index 9bf33dee7b09ff977a78bde6e1e1511e8d9f1ba8..8bd6dc602a1a70ed771d06359300780fb844ee26 100644 |
--- a/ppapi/nacl_irt/manifest_service.cc |
+++ b/ppapi/nacl_irt/manifest_service.cc |
@@ -104,7 +104,7 @@ bool ManifestService::OpenResource(const char* file, int* fd) { |
return false; |
} |
-#if defined(OS_NACL) |
+#if defined(OS_NACL) && !defined(__native_client_nonsfi__) |
Mark Seaborn
2014/10/27 18:59:07
Can use OS_NACL_SFI once your other change is comm
hidehiko
2014/10/28 20:14:00
Done.
|
// File tokens are used internally by NaClIPCAdapter and should have |
// been cleared from the message when it is received here. |
// Note that, on Non-SFI NaCl, the IPC channel is directly connected to the |