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

Unified Diff: chrome/renderer/autofill/DEPS

Issue 2604453003: Show Form-Not-Secure warning on page load (Closed)
Patch Set: meacer, jochen comments Created 3 years, 12 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 | « no previous file | chrome/renderer/autofill/fake_content_password_manager_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill/DEPS
diff --git a/chrome/renderer/autofill/DEPS b/chrome/renderer/autofill/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..d7867aa156c2cc6b838f6245059a053777d8600d
--- /dev/null
+++ b/chrome/renderer/autofill/DEPS
@@ -0,0 +1,7 @@
+specific_include_rules = {
+ # TODO(estark): remove this when the Form-Not-Secure feature is fully
+ # launched. https://crbug.com/677295
+ "password_autofill_agent_browsertest\.cc" : [
+ "+components/security_state/core",
+ ],
+}
« no previous file with comments | « no previous file | chrome/renderer/autofill/fake_content_password_manager_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698