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

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

Issue 2563863003: [Autofill] Remove AutofillPopupController::IsWarning() (Closed)
Patch Set: fix Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_popup_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8d7612a4d0ad4148ef41fe17ec39981756ba84d5..5bede9c60c457b724225c0637a4eeb994d33e13b 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller.h
+++ b/chrome/browser/ui/autofill/autofill_popup_controller.h
@@ -29,10 +29,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;
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_popup_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698