Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
index 1421a84b34ba0791d2149e56e7f9047bd2e152e5..6ff1dc48ef4a7c115fff811787e350dbd331fd13 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
@@ -210,9 +210,6 @@ class AutofillPopupControllerImpl : public AutofillPopupController, |
// True if |HideInternal| has already been called. |
bool is_hiding_; |
- // True if the delegate should be informed when |this| is destroyed. |
- bool inform_delegate_of_destruction_; |
- |
base::WeakPtrFactory<AutofillPopupControllerImpl> weak_ptr_factory_; |
}; |