Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Unified Diff: src/public/chrome_main.h

Issue 209423004: Add NaClChromeMainInitForNonSfi (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « no previous file | src/trusted/service_runtime/nacl_all_modules.h » ('j') | src/trusted/service_runtime/nacl_all_modules.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698