Chromium Code Reviews| 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); |