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

Unified Diff: examples/echo/echo_server.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/echo/echo_client_sync.cc ('k') | examples/echo_terminal/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/echo/echo_server.cc
diff --git a/examples/echo/echo_server.cc b/examples/echo/echo_server.cc
index 093705c1dad450df4a6a50367d2bdfc7714d32d6..e89e8bc85eb86f952bc70d2f7fd61742da7314a8 100644
--- a/examples/echo/echo_server.cc
+++ b/examples/echo/echo_server.cc
@@ -125,5 +125,5 @@ MojoResult MojoMain(MojoHandle application_request) {
mojo::examples::MultiServer server_app;
// mojo::examples::SingletonServer server_app;
// mojo::examples::OneAtATimeServer server_app;
- return mojo::RunMainApplication(application_request, &server_app);
+ return mojo::RunApplication(application_request, &server_app);
}
« no previous file with comments | « examples/echo/echo_client_sync.cc ('k') | examples/echo_terminal/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698