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

Unified Diff: components/os_crypt/keychain_password_mac.h

Issue 2721333005: Reauthorize Keychain to Replace Developer ID Certificate (Closed)
Patch Set: Remove histogram.h include Created 3 years, 10 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 | « chrome/installer/mac/sign_app.sh.in ('k') | components/os_crypt/keychain_password_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/keychain_password_mac.h
diff --git a/components/os_crypt/keychain_password_mac.h b/components/os_crypt/keychain_password_mac.h
index f044f04e3e1f6018f4258047458373ee60415075..2de865114c487755a3eb73bede2baa4bd7a9e6b0 100644
--- a/components/os_crypt/keychain_password_mac.h
+++ b/components/os_crypt/keychain_password_mac.h
@@ -27,6 +27,10 @@ class KeychainPassword {
// empty string is returned.
std::string GetPassword() const;
+ // The service and account names used in Chrome's Safe Storage keychain item.
+ static const char service_name[];
+ static const char account_name[];
+
private:
const crypto::AppleKeychain& keychain_;
« no previous file with comments | « chrome/installer/mac/sign_app.sh.in ('k') | components/os_crypt/keychain_password_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698