Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller.h

Issue 2496683003: Http Bad: Add a PopupItemId to identify http warning message (Closed)
Patch Set: address review comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698