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

Unified Diff: components/autofill/content/renderer/DEPS

Issue 2676653004: Show FormNotSecure warnings on sensitive inputs in non-secure contexts (Closed)
Patch Set: Created 3 years, 11 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/content/renderer/DEPS
diff --git a/components/autofill/content/renderer/DEPS b/components/autofill/content/renderer/DEPS
index 0885896b9c91255302a877f5eb3eb46a55188784..83ce085fa2a645e077eee0a053b43d5619802c18 100644
--- a/components/autofill/content/renderer/DEPS
+++ b/components/autofill/content/renderer/DEPS
@@ -3,3 +3,11 @@ include_rules = [
"+content/public/renderer",
"+third_party/re2",
]
+
+specific_include_rules = {
+ # TODO(elawrence): remove this when the Form-Not-Secure feature is fully
+ # launched. https://crbug.com/677295
+ "password_autofill_agent\.cc" : [
+ "+components/security_state/core",
+ ],
+}
« no previous file with comments | « components/autofill/content/renderer/BUILD.gn ('k') | components/autofill/content/renderer/password_autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698