| Index: net/cert/x509_certificate.h
|
| diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h
|
| index c1a4f6defed148d1551070651a03af7e3a3ce800..6c0f0e97e332c1988ac41741b526288228b8ad61 100644
|
| --- a/net/cert/x509_certificate.h
|
| +++ b/net/cert/x509_certificate.h
|
| @@ -251,12 +251,12 @@ class NET_EXPORT X509Certificate
|
| // Does this certificate's usage allow SSL client authentication?
|
| bool SupportsSSLClientAuth() const;
|
|
|
| - // Returns a new CFArrayRef containing this certificate and its intermediate
|
| - // certificates in the form expected by Security.framework and Keychain
|
| - // Services, or NULL on failure.
|
| + // Returns a new CFMutableArrayRef containing this certificate and its
|
| + // intermediate certificates in the form expected by Security.framework
|
| + // and Keychain Services, or NULL on failure.
|
| // The first item in the array will be this certificate, followed by its
|
| // intermediates, if any.
|
| - CFArrayRef CreateOSCertChainForCert() const;
|
| + CFMutableArrayRef CreateOSCertChainForCert() const;
|
| #endif
|
|
|
| // Do any of the given issuer names appear in this cert's chain of trust?
|
|
|