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

Unified Diff: src/trusted/nonnacl_util/sel_ldr_launcher.h

Issue 10914138: Split secure command channel and untrusted application channel (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 3 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/nonnacl_util/sel_ldr_launcher.h
diff --git a/src/trusted/nonnacl_util/sel_ldr_launcher.h b/src/trusted/nonnacl_util/sel_ldr_launcher.h
index dde2a6aca8b02d830d3a0e6d30d29062ac2b6ff6..15b8347bd02f792f4e14d957b684715347096b4b 100644
--- a/src/trusted/nonnacl_util/sel_ldr_launcher.h
+++ b/src/trusted/nonnacl_util/sel_ldr_launcher.h
@@ -85,6 +85,9 @@ class SelLdrLauncherBase {
// Sets up the command channel |command|.
bool SetupCommand(NaClSrpcChannel* command);
+ // Sets up the (|secure|) command channel |command|.
bsy 2012/09/07 17:15:53 is this a stale comment? |secure|? no such parame
Petr Hosek 2012/09/11 18:16:09 Fixed.
+ bool SetupUntrustedCommand(NaClSrpcChannel* command);
+
// Load |nexe| over the command channel |command|.
bool LoadModule(NaClSrpcChannel* command, DescWrapper* nexe);
« no previous file with comments | « src/trusted/manifest_name_service_proxy/manifest_proxy.c ('k') | src/trusted/nonnacl_util/sel_ldr_launcher_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698