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