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

Unified Diff: chrome/browser/autofill/password_autofill_manager.h

Issue 10230005: New Autofill UI uses ID for password (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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/autofill/password_autofill_manager.h
diff --git a/chrome/browser/autofill/password_autofill_manager.h b/chrome/browser/autofill/password_autofill_manager.h
index 46d4b8ef83b682b411d47a86ae82bb2c450a5d82..a67078c9716dad7ff7bf1d6d0b7e71b3ac0ad85f 100644
--- a/chrome/browser/autofill/password_autofill_manager.h
+++ b/chrome/browser/autofill/password_autofill_manager.h
@@ -32,15 +32,6 @@ class PasswordAutofillManager {
bool DidAcceptAutofillSuggestion(const webkit::forms::FormField& field,
const string16& value);
- // A no-op. No filling happens for selection. But this method returns
- // true when |node| is fillable by password Autofill.
- bool DidSelectAutofillSuggestion(const webkit::forms::FormField& field);
-
- // A no-op. Password forms are not previewed, so they do not need to be
- // cleared when the selection changes. However, this method returns
- // true when |node| is fillable by password Autofill.
- bool DidClearAutofillSelection(const webkit::forms::FormField& field);
-
// Invoked when a password mapping is added.
void AddPasswordFormMapping(
const webkit::forms::FormField& username_element,
« no previous file with comments | « chrome/browser/autofill/autofill_external_delegate.cc ('k') | chrome/browser/autofill/password_autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698