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

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

Issue 1207373002: Implement Mac Keychain migration algorithm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 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
Index: chrome/browser/password_manager/password_store_mac_internal.h
diff --git a/chrome/browser/password_manager/password_store_mac_internal.h b/chrome/browser/password_manager/password_store_mac_internal.h
index c8ea612e11d9ad9fca7d5b5e33507f71afdb65fd..47ec33c5d5187c2b2c28ec1c11fb9e78ed1406f4 100644
--- a/chrome/browser/password_manager/password_store_mac_internal.h
+++ b/chrome/browser/password_manager/password_store_mac_internal.h
@@ -139,6 +139,11 @@ bool FillPasswordFormFromKeychainItem(const AppleKeychain& keychain,
autofill::PasswordForm* form,
bool extract_password_data);
+// Returns true if |keychain_item| has the application-specific creator code in
+// its attributes.
+bool HasCreatorCode(const AppleKeychain& keychain,
+ const SecKeychainItemRef& keychain_item);
+
// Use FormMatchStrictness to configure which forms are considered a match by
// FormsMatchForMerge:
enum FormMatchStrictness {

Powered by Google App Engine
This is Rietveld 408576698