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

Unified Diff: chrome/browser/autofill/autofill_external_delegate.cc

Issue 12223106: Properly Remove Autofill Keyboard Listener. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove inform_delegate_of_of_destruction Created 7 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
Index: chrome/browser/autofill/autofill_external_delegate.cc
diff --git a/chrome/browser/autofill/autofill_external_delegate.cc b/chrome/browser/autofill/autofill_external_delegate.cc
index 1bc339d51f0588471dff640281d1a76654b9a9bd..955236bbbe0362b226b892e5e9bc84af92a985ca 100644
--- a/chrome/browser/autofill/autofill_external_delegate.cc
+++ b/chrome/browser/autofill/autofill_external_delegate.cc
@@ -280,7 +280,6 @@ void AutofillExternalDelegate::ClearPreviewedForm() {
void AutofillExternalDelegate::HideAutofillPopup() {
if (controller_) {
controller_->Hide();
- OnPopupHidden(controller_.get());
}
Ilya Sherman 2013/02/12 21:15:25 nit: No need for curlies.
csharp 2013/02/12 21:21:19 Done.
}

Powered by Google App Engine
This is Rietveld 408576698