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

Unified Diff: components/nacl/loader/nonsfi/nonsfi_main.cc

Issue 196793023: Add seccomp sandbox for non-SFI NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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: components/nacl/loader/nonsfi/nonsfi_main.cc
diff --git a/components/nacl/loader/nonsfi/nonsfi_main.cc b/components/nacl/loader/nonsfi/nonsfi_main.cc
index 5293498e98891f61e9a2df33014aaf084d90a8ea..d3f4df5ab1618690d6217cbef5f41d5ecea94c92 100644
--- a/components/nacl/loader/nonsfi/nonsfi_main.cc
+++ b/components/nacl/loader/nonsfi/nonsfi_main.cc
@@ -178,8 +178,6 @@ void ServiceAccept(struct NaClDesc* port) {
} // namespace
void MainStart(NaClHandle imc_bootstrap_handle) {
- NaClSrpcModuleInit();
hamaji 2014/03/24 16:25:43 This was called from here for historical reason, I
Mark Seaborn 2014/03/28 01:38:25 Calling NaClChromeMainInit() for the non-SFI code
hamaji 2014/03/28 12:06:10 I'll send a patch after https://codereview.chromiu
-
struct NaClDesc* secure_pair[2] = { NULL, NULL };
struct NaClDesc* pair[2] = { NULL, NULL };
CreateSecureSocketPair(secure_pair, pair);

Powered by Google App Engine
This is Rietveld 408576698