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

Unified Diff: components/autofill/core/browser/autofill_external_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_external_delegate.h
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
index 8e8c32091474e370faeb121e2f5b6153f12b5efa..1f88ff0338be1cf631e50f47e901fcd032ee1801 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -42,7 +42,7 @@ class AutofillExternalDelegate : public AutofillPopupDelegate {
int identifier) override;
void DidAcceptSuggestion(const base::string16& value,
int identifier) override;
- void RemoveSuggestion(const base::string16& value, int identifier) override;
+ bool RemoveSuggestion(const base::string16& value, int identifier) override;
void ClearPreviewedForm() override;
// Records and associates a query_id with web form data. Called

Powered by Google App Engine
This is Rietveld 408576698