Index: chrome/browser/password_manager/password_store_mac_internal.h |
=================================================================== |
--- chrome/browser/password_manager/password_store_mac_internal.h (revision 19773) |
+++ chrome/browser/password_manager/password_store_mac_internal.h (working copy) |
@@ -50,6 +50,11 @@ |
bool SetKeychainItemPassword(const SecKeychainItemRef& keychain_item, |
const std::string& password); |
+ // Sets the creator code of keychain_item to creator_code; returns true if the |
+ // creator code was successfully set. |
+ bool SetKeychainItemCreatorCode(const SecKeychainItemRef& keychain_item, |
+ OSType creator_code); |
+ |
MacKeychain* keychain_; |
DISALLOW_COPY_AND_ASSIGN(MacKeychainPasswordFormAdapter); |