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

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

Issue 12556002: Always Close the Autofill UI through the same path (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Disable Test On Linux Created 7 years, 9 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.h
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller.h b/chrome/browser/ui/autofill/autofill_popup_controller.h
index 2d57930e1404d40ea53f1d827b3bf305dcc503e1..eca0cd610dbf7440a13cc8484bafb368bb15baf0 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller.h
+++ b/chrome/browser/ui/autofill/autofill_popup_controller.h
@@ -21,8 +21,8 @@ class RectF;
// This interface provides data to an AutofillPopupView.
class AutofillPopupController {
public:
- // Called when the view is going down.
- virtual void ViewDestroyed() = 0;
+ // Called when the popup should get hidden.
+ virtual void Hide() = 0;
// Recalculates the height and width of the popup and triggers a redraw.
virtual void UpdateBoundsAndRedrawPopup() = 0;

Powered by Google App Engine
This is Rietveld 408576698