| 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 d680082a258d599b6b305b607edbc7826a622baf..0873e391f0cde3e3cec7ddd0684e1741696a1b2e 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;
|
|
|