Index: chrome/browser/password_manager/password_store_mac.h |
diff --git a/chrome/browser/password_manager/password_store_mac.h b/chrome/browser/password_manager/password_store_mac.h |
index 01f38200f3653ed1ac9121cfb98dd710349b60c1..fde99776c793a27fd66368816bb8e170acd6ce11 100644 |
--- a/chrome/browser/password_manager/password_store_mac.h |
+++ b/chrome/browser/password_manager/password_store_mac.h |
@@ -84,11 +84,6 @@ class PasswordStoreMac : public password_manager::PasswordStore { |
bool DatabaseHasFormMatchingKeychainForm( |
const autofill::PasswordForm& form); |
- // Returns all the Keychain entries that we own but no longer have |
- // corresponding metadata for in our database. |
- // Caller is responsible for deleting the forms. |
- std::vector<autofill::PasswordForm*> GetUnusedKeychainForms(); |
- |
// Removes the given forms from the database. |
void RemoveDatabaseForms( |
const std::vector<autofill::PasswordForm*>& forms); |