Index: src/public/chrome_main.h |
diff --git a/src/public/chrome_main.h b/src/public/chrome_main.h |
index 8b3f251018490076ffbc37b8d8ffad186dc464a6..7159d04a997271603fd3c9e269075243dfed0f8b 100644 |
--- a/src/public/chrome_main.h |
+++ b/src/public/chrome_main.h |
@@ -177,6 +177,9 @@ void NaClChromeMainSetUrandomFd(int urandom_fd); |
/* Initialize NaCl. This must be called before NaClAppCreate(). */ |
void NaClChromeMainInit(void); |
+/* Initialize non-SFI NaCl. This must be called before NaClAppCreate(). */ |
+void NaClChromeMainInitForNonSfi(void); |
+ |
/* Create a new args struct containing default values. */ |
struct NaClChromeMainArgs *NaClChromeMainArgsCreate(void); |