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

Unified Diff: services/test_service/test_request_tracker_application.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
Index: services/test_service/test_request_tracker_application.cc
diff --git a/services/test_service/test_request_tracker_application.cc b/services/test_service/test_request_tracker_application.cc
index 856142f522465dfd11e7de6013f0e515a2d9fc74..9a0f6122416713b0a5d32f597f9bd103a980b6c6 100644
--- a/services/test_service/test_request_tracker_application.cc
+++ b/services/test_service/test_request_tracker_application.cc
@@ -43,5 +43,5 @@ bool TestRequestTrackerApplication::OnAcceptConnection(
MojoResult MojoMain(MojoHandle application_request) {
mojo::test::TestRequestTrackerApplication app;
- return mojo::RunMainApplication(application_request, &app);
+ return mojo::RunApplication(application_request, &app);
}
« no previous file with comments | « services/python/content_handler/content_handler_main.cc ('k') | services/test_service/test_service_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698