Index: components/password_manager/README |
diff --git a/components/password_manager/README b/components/password_manager/README |
index 9004ea782bfee7cb249e72225f4662977c84a6d9..2a1ad8ef0ee6dac927095551b68f44fd8d73b3b0 100644 |
--- a/components/password_manager/README |
+++ b/components/password_manager/README |
@@ -1,9 +1,5 @@ |
-PasswordManager is in the process of becoming a layered component |
-(https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design) |
engedy
2015/08/04 10:11:28
nit: We could keep the URL.
vabr (Chromium)
2015/08/04 12:21:25
Done.
|
-to enable it to be shared cleanly on iOS. |
- |
-When this process is complete, this component will have the following structure: |
- |
-- core/: shared code that does not depend on src/content/ or src/ios/ |
-- content/: Driver for the shared code based on the content layer. |
-- ios/: Driver for the shared code based on src/ios. |
+Ideal structure of the component: |
+- core/: Essentials, not depending on any other layers. |
+All other layers may depend on core: |
+- content/: Content-specific embedding. |
+- sync/: Sync-specific embedding. |