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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.h

Issue 12288046: Merge 182751 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: 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/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_;
};

Powered by Google App Engine
This is Rietveld 408576698