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_; |