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

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

Issue 151176: Implement Add and Update for PasswordStoreMac.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
===================================================================
--- 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);

Powered by Google App Engine
This is Rietveld 408576698