| Index: content/child/webcrypto/jwk.cc
|
| diff --git a/content/child/webcrypto/jwk.cc b/content/child/webcrypto/jwk.cc
|
| index a540c025eede6ed328e7d45d5b152fb0537ea30d..250f88e8674862bb528569a76e85dcd5d7370c60 100644
|
| --- a/content/child/webcrypto/jwk.cc
|
| +++ b/content/child/webcrypto/jwk.cc
|
| @@ -388,9 +388,6 @@ Status ImportKeyJwk(const CryptoData& key_data,
|
| // TODO(padolph): Generalize this comment to include export, and move to top
|
| // of file.
|
|
|
| - // TODO(padolph): Generalize this comment to include export, and move to top
|
| - // of file.
|
| -
|
| // The goal of this method is to extract key material and meta data from the
|
| // incoming JWK, combine them with the input parameters, and ultimately import
|
| // a Web Crypto Key.
|
|
|