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

Unified 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: First version with sync layer, IsSyncCredential TODO still pending Created 5 years, 5 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 | « components/password_manager.gypi ('k') | components/password_manager/content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698