| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| ===================================================================
|
| --- chrome/browser/ui/autofill/autofill_popup_controller_impl.h (revision 183209)
|
| +++ chrome/browser/ui/autofill/autofill_popup_controller_impl.h (working copy)
|
| @@ -89,10 +89,6 @@
|
| virtual int selected_line() const OVERRIDE;
|
| virtual bool delete_icon_hovered() const OVERRIDE;
|
|
|
| - // Like Hide(), but doesn't invalidate |delegate_| (the delegate will still
|
| - // be informed of destruction).
|
| - void HideInternal();
|
| -
|
| // Change which line is currently selected by the user.
|
| void SetSelectedLine(int selected_line);
|
|
|
| @@ -210,9 +206,6 @@
|
| // 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_;
|
| };
|
|
|
|
|