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

Unified Diff: services/nacl/nonsfi/pnacl_link.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/pnacl_compile.cc ('k') | services/nacl/sfi/content_handler_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/nacl/nonsfi/pnacl_link.cc
diff --git a/services/nacl/nonsfi/pnacl_link.cc b/services/nacl/nonsfi/pnacl_link.cc
index 9a2ef2454881f3f7c0be40beabc61373d21a9e3e..373f66b33a40f5ddfe5bdbe5bbf882cc3189ad75 100644
--- a/services/nacl/nonsfi/pnacl_link.cc
+++ b/services/nacl/nonsfi/pnacl_link.cc
@@ -56,5 +56,5 @@ class MultiPexeLinker : public ApplicationImplBase {
MojoResult MojoMain(MojoHandle application_request) {
mojo::nacl::MultiPexeLinker multi_pexe_linker;
- return mojo::RunMainApplication(application_request, &multi_pexe_linker);
+ return mojo::RunApplication(application_request, &multi_pexe_linker);
}
« no previous file with comments | « services/nacl/nonsfi/pnacl_compile.cc ('k') | services/nacl/sfi/content_handler_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698