| Index: content/renderer/webcrypto/webcrypto_impl.h
|
| diff --git a/content/renderer/webcrypto/webcrypto_impl.h b/content/renderer/webcrypto/webcrypto_impl.h
|
| index f0b7dc514a27d13fdbbed1fb3e1b2544d0ea149b..d93e6f12c0276f10295ebe545f0d8c3e6c48803c 100644
|
| --- a/content/renderer/webcrypto/webcrypto_impl.h
|
| +++ b/content/renderer/webcrypto/webcrypto_impl.h
|
| @@ -91,6 +91,10 @@ class CONTENT_EXPORT WebCryptoImpl
|
| const WebKit::WebCryptoAlgorithm& algorithm,
|
| scoped_ptr<WebKit::WebCryptoKeyHandle>* key,
|
| WebKit::WebCryptoKeyType* type);
|
| + bool GenerateKeyPairInternal(
|
| + const WebKit::WebCryptoAlgorithm& algorithm,
|
| + scoped_ptr<WebKit::WebCryptoKeyHandle>* public_key,
|
| + scoped_ptr<WebKit::WebCryptoKeyHandle>* private_key);
|
| bool ImportKeyInternal(
|
| WebKit::WebCryptoKeyFormat format,
|
| const unsigned char* key_data,
|
|
|