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

Unified Diff: services/service_manager/public/cpp/names.h

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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/service_manager/public/cpp/names.h
diff --git a/services/service_manager/public/cpp/names.h b/services/service_manager/public/cpp/names.h
index 6d353abcda6b879ec427ffb6274193011b724ea5..38fd9a00a2d921067771221e37cb63038ac226ca 100644
--- a/services/service_manager/public/cpp/names.h
+++ b/services/service_manager/public/cpp/names.h
@@ -16,7 +16,8 @@ extern const char kNameType_Exe[];
//
// type:path.
//
-// The type field tells the shell how to load the service. Two types are
+// The type field tells the service manager how to load the service. Two types
+// are
// recognized:
//
// service
@@ -36,7 +37,7 @@ extern const char kNameType_Exe[];
// NativeRunners, and as such custom loaders must be specified for such names.
//
// Any name type may serve as an alias for any other name type. Aliasing is
-// resolved implicitly by the Shell.
+// resolved implicitly by the Service Manager.
// Returns true if the name is a valid form, i.e. type:path. path cannot start
// with a "//" sequence. These are _not_ urls.
« no previous file with comments | « services/service_manager/public/cpp/lib/service_test.cc ('k') | services/service_manager/public/cpp/service_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698