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

Unified Diff: src/trusted/sel_universal/reverse_emulate.cc

Issue 10180015: Split SelLdrLauncher into SelLdrLauncher{Standalone,Chrome} classes (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Copyright Created 8 years, 8 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 | « src/trusted/sel_universal/reverse_emulate.h ('k') | src/trusted/sel_universal/sel_universal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/sel_universal/reverse_emulate.cc
diff --git a/src/trusted/sel_universal/reverse_emulate.cc b/src/trusted/sel_universal/reverse_emulate.cc
index 049b937cdccb8f55e08430894759fc19184791e9..b978239b2522364647df45ed0c80da1a15ce0c68 100644
--- a/src/trusted/sel_universal/reverse_emulate.cc
+++ b/src/trusted/sel_universal/reverse_emulate.cc
@@ -72,7 +72,7 @@ nacl::scoped_ptr_refcount<nacl::ReverseService> g_reverse_service;
bool ReverseEmulateInit(NaClSrpcChannel* command_channel,
- nacl::SelLdrLauncher* launcher) {
+ nacl::SelLdrLauncherStandalone* launcher) {
// Do the SRPC to the command channel to set up the reverse channel.
// This returns a NaClDesc* containing a socket address.
NaClLog(1, "ReverseEmulateInit: launching reverse RPC service\n");
« no previous file with comments | « src/trusted/sel_universal/reverse_emulate.h ('k') | src/trusted/sel_universal/sel_universal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698