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

Unified Diff: services/shell/public/cpp/names.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/c/main.h ('k') | services/shell/public/cpp/service_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/names.h
diff --git a/services/shell/public/cpp/names.h b/services/shell/public/cpp/names.h
index 8de6b6c0e82cec7ead5655fca193f29d4ccded19..6def3cadf865087602e83a7783a255c5db1ab0a7 100644
--- a/services/shell/public/cpp/names.h
+++ b/services/shell/public/cpp/names.h
@@ -23,7 +23,7 @@ extern const char kNameType_Exe[];
// Represents a service packaged as a .library, launched from the NativeRunner
// launch path. .library files are assumed to live alongside the executable
// hosting the service manager at a path matching <path>/<path>.library.
-// .library files have a MojoMain() entrypoint that receives a handle to a
+// .library files have a ServiceMain() entrypoint that receives a handle to a
// ServiceRequest that must be bound to enable further communication with the
// Service Manager.
//
« no previous file with comments | « services/shell/public/c/main.h ('k') | services/shell/public/cpp/service_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698