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

Unified Diff: components/password_manager/core/browser/password_autofill_manager.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/password_manager/core/browser/password_autofill_manager.h
diff --git a/components/password_manager/core/browser/password_autofill_manager.h b/components/password_manager/core/browser/password_autofill_manager.h
index dfe040019d9541144d8ac4e889e8ca435ae88994..08c9842fa9a818615647b10307c3e9d493edb86a 100644
--- a/components/password_manager/core/browser/password_autofill_manager.h
+++ b/components/password_manager/core/browser/password_autofill_manager.h
@@ -35,7 +35,7 @@ class PasswordAutofillManager : public autofill::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;
// Invoked when a password mapping is added.

Powered by Google App Engine
This is Rietveld 408576698