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

Unified Diff: services/nacl/nonsfi/pnacl_compile.cc

Issue 2011383002: Get rid of {Run,Terminate}MainApplication(), and more ApplicationDelegate conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 4 years, 7 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 | « services/nacl/nonsfi/content_handler_main_pexe.cc ('k') | services/nacl/nonsfi/pnacl_link.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/nacl/nonsfi/pnacl_compile.cc
diff --git a/services/nacl/nonsfi/pnacl_compile.cc b/services/nacl/nonsfi/pnacl_compile.cc
index d8bcf754c02a04f9510173c21af9a7098230ddb2..963cf39c5124c0c5b071b32e559f9cb4206255d8 100644
--- a/services/nacl/nonsfi/pnacl_compile.cc
+++ b/services/nacl/nonsfi/pnacl_compile.cc
@@ -59,5 +59,5 @@ class MultiPexeCompiler : public ApplicationImplBase {
MojoResult MojoMain(MojoHandle application_request) {
mojo::nacl::MultiPexeCompiler multi_pexe_compiler;
- return mojo::RunMainApplication(application_request, &multi_pexe_compiler);
+ return mojo::RunApplication(application_request, &multi_pexe_compiler);
}
« no previous file with comments | « services/nacl/nonsfi/content_handler_main_pexe.cc ('k') | services/nacl/nonsfi/pnacl_link.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698