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

Unified Diff: components/autofill/content/browser/autofill_driver_impl.h

Issue 133893004: Allow deleting autofill password suggestions on Shift+Delete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Allow Password autofill suggestions deletion Created 6 years, 11 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/content/browser/autofill_driver_impl.h
diff --git a/components/autofill/content/browser/autofill_driver_impl.h b/components/autofill/content/browser/autofill_driver_impl.h
index 51fd30815c58946af532d6ce272deeb0013e100e..6f5d5026a6d8927fb54412d6c9960e2ffae510a7 100644
--- a/components/autofill/content/browser/autofill_driver_impl.h
+++ b/components/autofill/content/browser/autofill_driver_impl.h
@@ -54,6 +54,8 @@ class AutofillDriverImpl : public AutofillDriver,
const FormData& data) OVERRIDE;
virtual void SendAutofillTypePredictionsToRenderer(
const std::vector<FormStructure*>& forms) OVERRIDE;
+ virtual void RemovePasswordAutofillSuggestion(
+ const PasswordForm& password_form) OVERRIDE;
virtual void RendererShouldAcceptDataListSuggestion(
const base::string16& value) OVERRIDE;
virtual void RendererShouldAcceptPasswordAutofillSuggestion(

Powered by Google App Engine
This is Rietveld 408576698