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

Unified Diff: components/autofill/core/browser/autofill_manager.cc

Issue 482643004: Fix a trio of autofill popup issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: components/autofill/core/browser/autofill_manager.cc
diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
index 77fc9463a03c68469d45c62373297368310af7ad..5e97c17f5a9c077372d07b4eff7bfe6ecb10bb43 100644
--- a/components/autofill/core/browser/autofill_manager.cc
+++ b/components/autofill/core/browser/autofill_manager.cc
@@ -693,6 +693,7 @@ void AutofillManager::OnHidePopup() {
if (!IsAutofillEnabled())
return;
+ autocomplete_history_manager_->CancelPendingQuery();
client_->HideAutofillPopup();
}

Powered by Google App Engine
This is Rietveld 408576698