| 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 a5a723ca837f33c0c7e87355df66681351846f1a..c1631a07274d340601b75bfc17d318a62f426c7e 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| @@ -34,9 +34,6 @@ class AutofillPopupController : public AutofillPopupViewDelegate {
|
| // resource isn't recognized.
|
| virtual int GetIconResourceID(const base::string16& resource_name) const = 0;
|
|
|
| - // Returns true if the given index refers to an element that can be deleted.
|
| - virtual bool CanDelete(size_t index) const = 0;
|
| -
|
| // Returns true if the given index refers to an element that is a warning
|
| // rather than an Autofill suggestion.
|
| virtual bool IsWarning(size_t index) const = 0;
|
|
|