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

Unified Diff: components/autofill/core/browser/autofill_popup_delegate.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: components/autofill/core/browser/autofill_popup_delegate.h
diff --git a/components/autofill/core/browser/autofill_popup_delegate.h b/components/autofill/core/browser/autofill_popup_delegate.h
index 97d60976b0722581e7a70041cf55a0e07fd7e592..2eff7c1141f8fc1fbd78fb966f3fae6fad43ea8f 100644
--- a/components/autofill/core/browser/autofill_popup_delegate.h
+++ b/components/autofill/core/browser/autofill_popup_delegate.h
@@ -28,8 +28,9 @@ class AutofillPopupDelegate {
virtual void DidAcceptSuggestion(const base::string16& value,
int identifier) = 0;
- // Delete the described suggestion.
- virtual void RemoveSuggestion(const base::string16& value,
+ // Delete the described suggestion. Returns true if something was deleted,
+ // or false if deletion is not allowed.
+ virtual bool RemoveSuggestion(const base::string16& value,
int identifier) = 0;
// Informs the delegate that the Autofill previewed form should be cleared.
« no previous file with comments | « components/autofill/core/browser/autofill_manager.cc ('k') | components/autofill/core/browser/credit_card.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698