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

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

Powered by Google App Engine
This is Rietveld 408576698