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

Unified Diff: services/README.md

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
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | services/catalog/catalog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/README.md
diff --git a/services/README.md b/services/README.md
index 03e5a7e9668c054daa587d99ec812215e199c1cc..810535bf250d647e4121571b77da3fe9c6645adb 100644
--- a/services/README.md
+++ b/services/README.md
@@ -18,7 +18,7 @@ Roughly each subdirectory here corresponds to a service that:
Individual services are structured like so:
//services/foo/ <-- Implementation code, may have subdirs.
- /public/
+ /public/
/cpp/ <-- C++ client libraries (optional)
/interfaces/ <-- Mojom interfaces
@@ -50,4 +50,4 @@ provide.
Not everything in //components is automatically a service in its own right.
Think of //components as sort of like a //lib. Individual //components can
define, implement and use mojom interfaces, but only //services have unique
-identities with the Mojo Shell.
+identities with the Service Manager.
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | services/catalog/catalog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698