| Index: content/child/webcrypto/status.h
|
| diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h
|
| index 69f40be7c4f3e374532b33b0f6a66573979e7836..52f489f3e747be18aed576b197816546b43a7737 100644
|
| --- a/content/child/webcrypto/status.h
|
| +++ b/content/child/webcrypto/status.h
|
| @@ -102,9 +102,6 @@ class CONTENT_EXPORT Status {
|
| // are incompatible with each other.
|
| static Status ErrorJwkUseAndKeyopsInconsistent();
|
|
|
| - // TODO(eroman): Private key import through JWK is not yet supported.
|
| - static Status ErrorJwkRsaPrivateKeyUnsupported();
|
| -
|
| // The "kty" parameter was given and was a string, however it was
|
| // unrecognized.
|
| static Status ErrorJwkUnrecognizedKty();
|
|
|