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

Unified Diff: chrome/browser/password_manager/password_store_mac.h

Issue 360343002: PasswordStoreMac::RemoveLoginsCreatedBetween() shouldn't affect other profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove GetUnusedKeychainForms() + typos Created 6 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_store_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_store_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698