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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.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_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;
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_controller.h ('k') | chrome/browser/ui/autofill/autofill_popup_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698