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

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

Issue 1074343004: get rid of another inappropriate ToLowerASCII (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nodeleteallowed
Patch Set: Created 5 years, 8 months 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 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;

Powered by Google App Engine
This is Rietveld 408576698