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

Unified Diff: examples/bank_app/bank.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 | « examples/authentication_demo/google_authentication_demo.cc ('k') | examples/bank_app/customer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/bank_app/bank.cc
diff --git a/examples/bank_app/bank.cc b/examples/bank_app/bank.cc
index dec7814027344bf1ba864d5d56784cd374f987c4..dca5fc8ee0ad17dfc0e5829b757a0da43751b0de 100644
--- a/examples/bank_app/bank.cc
+++ b/examples/bank_app/bank.cc
@@ -91,5 +91,5 @@ class BankApp : public mojo::ApplicationImplBase {
MojoResult MojoMain(MojoHandle application_request) {
examples::BankApp bank_app;
- return mojo::RunMainApplication(application_request, &bank_app);
+ return mojo::RunApplication(application_request, &bank_app);
}
« no previous file with comments | « examples/authentication_demo/google_authentication_demo.cc ('k') | examples/bank_app/customer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698