| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| index 8e84b6cd6e105c0ddb3c118a1b18fac0cc2e7905..1f26da991449a6e94948a92e850330c5b2e2f235 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| @@ -76,7 +76,6 @@ class AutofillPopupControllerImpl : public AutofillPopupController {
|
| void SelectionCleared() override;
|
| void AcceptSuggestion(size_t index) override;
|
| int GetIconResourceID(const base::string16& resource_name) const override;
|
| - bool CanDelete(size_t index) const override;
|
| bool IsWarning(size_t index) const override;
|
| gfx::Rect GetRowBounds(size_t index) override;
|
| void SetPopupBounds(const gfx::Rect& bounds) override;
|
|
|