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

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

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.cc
diff --git a/chrome/browser/autofill/password_autofill_manager.cc b/chrome/browser/autofill/password_autofill_manager.cc
index 6d22a7fc39f4d7ebea41b960eb2c5aa2634fc6e6..d05ec84c3283f6d66462b63757e415220ff4ea45 100644
--- a/chrome/browser/autofill/password_autofill_manager.cc
+++ b/chrome/browser/autofill/password_autofill_manager.cc
@@ -39,20 +39,6 @@ bool PasswordAutofillManager::DidAcceptAutofillSuggestion(
return false;
}
-bool PasswordAutofillManager::DidSelectAutofillSuggestion(
- const webkit::forms::FormField& field) {
- webkit::forms::FormField input;
- webkit::forms::PasswordFormFillData password;
- return FindLoginInfo(field, &password);
-}
-
-bool PasswordAutofillManager::DidClearAutofillSelection(
- const webkit::forms::FormField& field) {
- webkit::forms::FormField input;
- webkit::forms::PasswordFormFillData password;
- return FindLoginInfo(field, &password);
-}
-
void PasswordAutofillManager::AddPasswordFormMapping(
const webkit::forms::FormField& username_element,
const webkit::forms::PasswordFormFillData& password) {
« no previous file with comments | « chrome/browser/autofill/password_autofill_manager.h ('k') | chrome/browser/autofill/password_autofill_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698