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

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

Issue 2040933002: [Clean-up] Remove unused codes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « components/autofill/content/renderer/autofill_agent.h ('k') | 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 729cbf60e2317e0c06cb96fdcf5b720886b4652f..2719feabcf7d8f3a03d19fef014b0fbbeb13c936 100644
--- a/components/autofill/content/renderer/autofill_agent.cc
+++ b/components/autofill/content/renderer/autofill_agent.cc
@@ -172,7 +172,6 @@ AutofillAgent::AutofillAgent(content::RenderFrame* render_frame,
legacy_(render_frame->GetRenderView(), this),
autofill_query_id_(0),
was_query_node_autofilled_(false),
- has_shown_autofill_popup_for_current_edit_(false),
ignore_text_changes_(false),
is_popup_possibly_visible_(false),
is_generation_popup_possibly_visible_(false),
@@ -370,7 +369,6 @@ void AutofillAgent::FormControlElementClicked(
void AutofillAgent::textFieldDidEndEditing(const WebInputElement& element) {
password_autofill_agent_->TextFieldDidEndEditing(element);
- has_shown_autofill_popup_for_current_edit_ = false;
Send(new AutofillHostMsg_DidEndTextFieldEditing(routing_id()));
}
« no previous file with comments | « components/autofill/content/renderer/autofill_agent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698