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

Side by Side Diff: components/password_manager/README

Issue 1260263002: Move ShouldFilterAutofillResult from ChromePasswordManagerClient to PasswordManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebased Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « components/password_manager/DEPS ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PasswordManager is in the process of becoming a layered component 1 Password manager component is layered, see https://sites.google.com/a/chromium.o rg/dev/developers/design-documents/layered-components-design for what it means.
2 (https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered -components-design)
3 to enable it to be shared cleanly on iOS.
4 2
5 When this process is complete, this component will have the following structure: 3 Ideal structure of the component:
4 - core/: Essentials, not depending on any other layers.
5 All other layers may depend on core:
6 - content/: Content-specific embedding.
7 - sync/: Sync-specific embedding.
6 8
7 - core/: shared code that does not depend on src/content/ or src/ios/
8 - content/: Driver for the shared code based on the content layer.
9 - ios/: Driver for the shared code based on src/ios.
OLDNEW
« no previous file with comments | « components/password_manager/DEPS ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698