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

Unified Diff: mojo/services/log/cpp/log_client.h

Issue 2011593002: Make RunApplication() return a MojoResult and TerminateApplication() take one. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: doh 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 | « mojo/public/cpp/utility/lib/run_loop.cc ('k') | services/test_service/test_request_tracker_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/log/cpp/log_client.h
diff --git a/mojo/services/log/cpp/log_client.h b/mojo/services/log/cpp/log_client.h
index 049ed16a705c18a59724591835f103ea6ab69598..4c10c5ce4b75e536ed8fea7d1484d6c83937fc04 100644
--- a/mojo/services/log/cpp/log_client.h
+++ b/mojo/services/log/cpp/log_client.h
@@ -25,8 +25,7 @@
//
// MojoResult MojoMain(MojoHandle app_request) {
// MyApp app;
-// mojo::RunApplication(&app);
-// return MOJO_RESULT_OK;
+// return mojo::RunApplication(&app);
// }
#ifndef MOJO_SERVICES_LOG_CPP_LOG_CLIENT_H_
« no previous file with comments | « mojo/public/cpp/utility/lib/run_loop.cc ('k') | services/test_service/test_request_tracker_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698