| Index: net/base/x509_util_openssl.cc
|
| diff --git a/net/base/x509_util_openssl.cc b/net/base/x509_util_openssl.cc
|
| index 8bebfe0c1638e2a4b26dd5c4e6c67b7aaa3ce149..b240644ac207ee6a5fd585aa02a7c966bf4d4d1c 100644
|
| --- a/net/base/x509_util_openssl.cc
|
| +++ b/net/base/x509_util_openssl.cc
|
| @@ -15,9 +15,9 @@ namespace net {
|
|
|
| namespace x509_util {
|
|
|
| -bool CreateOriginBoundCertEC(
|
| +bool CreateDomainBoundCertEC(
|
| crypto::ECPrivateKey* key,
|
| - const std::string& origin,
|
| + const std::string& domain,
|
| uint32 serial_number,
|
| base::Time not_valid_before,
|
| base::Time not_valid_after,
|
|
|