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

Unified Diff: components/autofill/core/browser/DEPS

Issue 23432002: Generate passwords only for forms that autofill server marks as account creation forms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/DEPS
diff --git a/components/autofill/core/browser/DEPS b/components/autofill/core/browser/DEPS
index c59b4e2800082826abfab6281354683f4f9c9969..2fe3dbb2cd19072bcab9ccdcb881e34739167866 100644
--- a/components/autofill/core/browser/DEPS
+++ b/components/autofill/core/browser/DEPS
@@ -12,6 +12,7 @@ include_rules = [
#
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
+ "!chrome/browser/password_manager/password_generation_manager.h",
Garrett Casto 2013/08/29 22:45:13 I don't think that this is okay, but there should
Ilya Sherman 2013/08/29 23:08:13 This is not an acceptable dependency. Please find
zysxqn 2013/09/03 23:00:20 Done.
zysxqn 2013/09/03 23:00:20 Done.
"!components/autofill/content/browser/autocheckout/whitelist_manager.h",
"!components/autofill/content/browser/autocheckout_manager.h",
"!components/autofill/content/browser/autocheckout_page_meta_data.h",

Powered by Google App Engine
This is Rietveld 408576698