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

Unified Diff: components/autofill/content/renderer/autofill_agent.cc

Issue 2666873004: Do not hide the "Login Not Secure" warning on keystrokes (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/renderer/autofill_agent.cc
diff --git a/components/autofill/content/renderer/autofill_agent.cc b/components/autofill/content/renderer/autofill_agent.cc
index 783a47e8e117686e20c8d6439e41ac89249fb95e..82647ee49266e7fc923f85b41f4631d751b526f4 100644
--- a/components/autofill/content/renderer/autofill_agent.cc
+++ b/components/autofill/content/renderer/autofill_agent.cc
@@ -578,7 +578,6 @@ void AutofillAgent::ShowNotSecureWarning(
const blink::WebInputElement& element) {
if (is_generation_popup_possibly_visible_)
return;
- HidePopup();
password_autofill_agent_->ShowNotSecureWarning(element);
is_popup_possibly_visible_ = true;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698