blob: a72887add7fe09329f8413fc7f0bf090c40e0b23 (
plain)
1
2
3
4
5
6
7
8
|
Password manager component is layered, see https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design for what it means.
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.
|