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

Unified Diff: src/trusted/sel_universal/sel_universal.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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/sel_universal/sel_universal.cc
diff --git a/src/trusted/sel_universal/sel_universal.cc b/src/trusted/sel_universal/sel_universal.cc
index 2a9299689bfa193038bacad7c3a53f5bce1f039e..874fc5144a09cf526dc6dddca5474da7e1b34362 100644
--- a/src/trusted/sel_universal/sel_universal.cc
+++ b/src/trusted/sel_universal/sel_universal.cc
@@ -192,7 +192,7 @@ int raii_main(int argc, char* argv[]) {
sel_ldr_argv.push_back(ss_stderr.str());
}
// Start sel_ldr with the given application and arguments.
- nacl::SelLdrLauncher launcher;
+ nacl::SelLdrLauncherStandalone launcher;
nacl::DescWrapperFactory factory; // DescWrapper "namespace"
if (!launcher.StartViaCommandLine(command_prefix, sel_ldr_argv, app_argv)) {
« no previous file with comments | « src/trusted/sel_universal/reverse_emulate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698