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

Unified Diff: chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc

Issue 257153003: We have a problem in the process on destroying WebContentsImpl because (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Rebased onto origin/lkgr Created 6 years, 8 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/ui/autofill/tab_autofill_manager_delegate.cc
diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
index 23ef6d091c9728f9057b6a3548aac669e95085f0..26cfd5c3bdb245104bdf329350f17eb9b536b60f 100644
--- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
+++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
@@ -169,8 +169,7 @@ void TabAutofillManagerDelegate::HideRequestAutocompleteDialog() {
dialog_controller_->Hide();
}
-void TabAutofillManagerDelegate::WebContentsDestroyed(
- content::WebContents* web_contents) {
+void TabAutofillManagerDelegate::WebContentsDestroyed() {
HideAutofillPopup();
}

Powered by Google App Engine
This is Rietveld 408576698