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

Unified Diff: services/shell/public/cpp/service_context.h

Issue 2192263002: MojoMain() -> ServiceMain() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « services/shell/public/cpp/names.h ('k') | services/shell/public/cpp/service_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/service_context.h
diff --git a/services/shell/public/cpp/service_context.h b/services/shell/public/cpp/service_context.h
index 504efd0fe966a96ac739ddd08ac7d3cda7c9d69e..3c1cd07a76638aaeaadc1380877bc1152b3cebc0 100644
--- a/services/shell/public/cpp/service_context.h
+++ b/services/shell/public/cpp/service_context.h
@@ -30,7 +30,8 @@ namespace shell {
//
// This class should be used in two scenarios:
// - During early startup to bind the mojom::ServiceRequest obtained from
-// the Service Manager, typically in response to either MojoMain() or main().
+// the Service Manager, typically in response to either ServiceMain() or
+// main().
// - In an implementation of mojom::ServiceFactory to bind the
// mojom::ServiceRequest passed via CreateService. In this scenario there can
// be many instances of this class per process.
« no previous file with comments | « services/shell/public/cpp/names.h ('k') | services/shell/public/cpp/service_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698