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

Unified Diff: src/trusted/service_runtime/nacl_all_modules.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/trusted/service_runtime/nacl_all_modules.h
diff --git a/src/trusted/service_runtime/nacl_all_modules.h b/src/trusted/service_runtime/nacl_all_modules.h
index 4515e06ba65e9de121549112a4049921d8407314..57d5d4cf915bdc6d6db7881c4f5c947ece0d20c3 100644
--- a/src/trusted/service_runtime/nacl_all_modules.h
+++ b/src/trusted/service_runtime/nacl_all_modules.h
@@ -17,6 +17,8 @@ EXTERN_C_BEGIN
void NaClAllModulesInit(void);
void NaClAllModulesFini(void);
+void NaClAllModulesInitForNonSfi(void);
+void NaClAllModulesFiniForNonSfi(void);
EXTERN_C_END

Powered by Google App Engine
This is Rietveld 408576698