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

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

Issue 2672823005: Do not hide the "Login Not Secure" warning on keystrokes (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 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 28340cbe5e7effe71c25660736ba977dd2ee70ff..1ea24b2d891bfb63b2521113e09ccc7e4f0fa78d 100644
--- a/components/autofill/content/renderer/autofill_agent.cc
+++ b/components/autofill/content/renderer/autofill_agent.cc
@@ -577,7 +577,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