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

Unified Diff: src/trusted/service_runtime/sel_main_chrome.c

Issue 1245273006: sel_main_chrome: Remove now-unneeded call to NaClSecureCommandChannel() (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/sel_main_chrome.c
diff --git a/src/trusted/service_runtime/sel_main_chrome.c b/src/trusted/service_runtime/sel_main_chrome.c
index b699368eb49702ecc289207abd24ff9b4c2cacc2..9d95a932b4877733dd074db4aa14f6e689e1f2be 100644
--- a/src/trusted/service_runtime/sel_main_chrome.c
+++ b/src/trusted/service_runtime/sel_main_chrome.c
@@ -298,21 +298,6 @@ static int LoadApp(struct NaClApp *nap, struct NaClChromeMainArgs *args) {
NaClDescUnref(args->nexe_desc);
args->nexe_desc = NULL;
- if (has_bootstrap_channel) {
- NACL_FI_FATAL("BeforeSecureCommandChannel");
- /*
- * Spawns a thread that uses the command channel.
- * Hereafter any changes to nap should be done while holding locks.
- */
- NaClSecureCommandChannel(nap);
-
- NaClLog(4, "NaClSecureCommandChannel has spawned channel\n");
-
- NaClLog(4, "secure service = %"NACL_PRIxPTR"\n",
- (uintptr_t) nap->secure_service);
-
- }
-
NACL_FI_FATAL("BeforeLoadIrt");
/*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698