| Index: content/child/webcrypto/status.cc
|
| diff --git a/content/child/webcrypto/status.cc b/content/child/webcrypto/status.cc
|
| index 4fbfd709874742f69c7b412c2de030c311bee196..b1d5e4f05e21855bf6892392021c4e6fb5135d59 100644
|
| --- a/content/child/webcrypto/status.cc
|
| +++ b/content/child/webcrypto/status.cc
|
| @@ -99,12 +99,6 @@ Status Status::ErrorJwkUseAndKeyopsInconsistent() {
|
| "but are inconsistent with each other.");
|
| }
|
|
|
| -Status Status::ErrorJwkRsaPrivateKeyUnsupported() {
|
| - return Status(blink::WebCryptoErrorTypeNotSupported,
|
| - "JWK RSA key contained \"d\" property: Private key import is "
|
| - "not yet supported");
|
| -}
|
| -
|
| Status Status::ErrorJwkUnrecognizedKty() {
|
| return Status(blink::WebCryptoErrorTypeData,
|
| "The JWK \"kty\" property was unrecognized");
|
|
|