| Index: chrome/browser/autofill/autofill_popup_view.h
|
| diff --git a/chrome/browser/autofill/autofill_popup_view.h b/chrome/browser/autofill/autofill_popup_view.h
|
| index 6bf1321409d2ee4db3f7320302072efd739a38a6..de81f7e9ea8049d1ffde94b4c80acd08a8cacac8 100644
|
| --- a/chrome/browser/autofill/autofill_popup_view.h
|
| +++ b/chrome/browser/autofill/autofill_popup_view.h
|
| @@ -54,6 +54,9 @@ class AutofillPopupView : public content::NotificationObserver {
|
| // Invalide the given row and redraw it.
|
| virtual void InvalidateRow(size_t row) = 0;
|
|
|
| + // Adjust the size of the popup to show the elements being held.
|
| + virtual void ResizePopup() = 0;
|
| +
|
| AutofillExternalDelegate* external_delegate() { return external_delegate_; }
|
|
|
| const std::vector<string16>& autofill_values() const {
|
|
|