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

Unified Diff: services/README.md

Issue 2057023002: Adds support for new-tab targeted loads initiated from the renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « mash/webtest/webtest.cc ('k') | services/navigation/README.md » ('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 24b7014ac24c7b2377d67b51c83f3d2c3912d328..2b52b2d1300bdfee69b33ffc93a6e6e558edc9ca 100644
--- a/services/README.md
+++ b/services/README.md
@@ -1,11 +1,11 @@
-Chrome Platform Services
+Chrome Foundation Services
====
### Overview
-This directory contains Chrome Platform Services. If you think of Chrome as a
-"portable OS," Chrome Platform Services can be thought of as that OS' "system
-services".
+This directory contains Chrome Foundation Services. If you think of Chrome as a
+"portable OS," Chrome Foundation Services can be thought of as that OS'
+foundational "system services" layer.
Roughly each subdirectory here corresponds to a service that:
@@ -38,4 +38,16 @@ for each service, products consuming these services may package them
differently, e.g. by combining them into a single package.
### High-level Design Doc
-https://docs.google.com/document/d/15I7sQyQo6zsqXVNAlVd520tdGaS8FCicZHrN0yRu-oU/edit#heading=h.p37l9e7o0io5
+https://docs.google.com/document/d/15I7sQyQo6zsqXVNAlVd520tdGaS8FCicZHrN0yRu-oU/edit#heading=h.p37l9e7o0io5
+
+### Relationship to other top-level directories in //
+
+Services can be thought of as integrators of library code from across the
+Chromium repository, most commonly //base and //mojo (obviously) but for each
+service also //components, //ui, etc in accordance with the functionality they
+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.
« no previous file with comments | « mash/webtest/webtest.cc ('k') | services/navigation/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698