| Index: net/cert/x509_util_openssl.cc
|
| diff --git a/net/cert/x509_util_openssl.cc b/net/cert/x509_util_openssl.cc
|
| index 38a987ccb24f15e9be77350c941bb7d475f8f906..19362f24769e6299bd3e91c9352c6b54ef34cb45 100644
|
| --- a/net/cert/x509_util_openssl.cc
|
| +++ b/net/cert/x509_util_openssl.cc
|
| @@ -223,7 +223,7 @@ bool IsSupportedValidityRange(base::Time not_valid_before,
|
| return true;
|
| }
|
|
|
| -bool CreateDomainBoundCertEC(
|
| +bool CreateChannelIDEC(
|
| crypto::ECPrivateKey* key,
|
| DigestAlgorithm alg,
|
| const std::string& domain,
|
|
|