Skip to content

Files

Latest commit

6dbdb6c · Feb 7, 2019

History

History
This branch is 310920 commits behind chromium/chromium:master.

password_manager

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.