| 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;
|
|
|