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

Side by Side Diff: components/autofill/content/renderer/DEPS

Issue 2676653004: Show FormNotSecure warnings on sensitive inputs in non-secure contexts (Closed)
Patch Set: Created 3 years, 10 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/common", 2 "+content/public/common",
3 "+content/public/renderer", 3 "+content/public/renderer",
4 "+third_party/re2", 4 "+third_party/re2",
5 ] 5 ]
6
7 specific_include_rules = {
8 # TODO(elawrence): remove this when the Form-Not-Secure feature is fully
9 # launched. https://crbug.com/677295
10 "password_autofill_agent\.cc" : [
11 "+components/security_state/core",
12 ],
13 }
OLDNEW
« 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