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 53a729245a1cde659304023a8969dd683404cf25..463435cdd12907de0442e755e61f92497ea1879b 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller.h |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller.h |
@@ -34,10 +34,6 @@ class AutofillPopupController : public AutofillPopupViewDelegate { |
// Accepts the suggestion at |index|. |
virtual void AcceptSuggestion(size_t index) = 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; |
- |
// Returns the number of lines of data that there are. |
virtual size_t GetLineCount() const = 0; |