| Index: chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc
|
| index a5378540c7565635771fb6f38559fefc427eac9d..8a77136856b0a7d37b78c0c8ac64685acea7d3ad 100644
|
| --- a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc
|
| @@ -65,7 +65,6 @@ AutofillPopupViewGtk::AutofillPopupViewGtk(
|
| }
|
|
|
| AutofillPopupViewGtk::~AutofillPopupViewGtk() {
|
| - controller_->ViewDestroyed();
|
| g_object_unref(layout_);
|
| gtk_widget_destroy(window_);
|
| }
|
| @@ -106,7 +105,7 @@ void AutofillPopupViewGtk::UpdateBoundsAndRedrawPopup() {
|
|
|
| gboolean AutofillPopupViewGtk::HandleConfigure(GtkWidget* widget,
|
| GdkEventConfigure* event) {
|
| - Hide();
|
| + controller_->Hide();
|
| return FALSE;
|
| }
|
|
|
|
|