| Index: content/child/webcrypto/webcrypto_impl.h
|
| diff --git a/content/child/webcrypto/webcrypto_impl.h b/content/child/webcrypto/webcrypto_impl.h
|
| index 8d5af3d9788b3aae6d3ac9ec42baaef30b1b41cd..485beb9698d382bb3f28da3ea4f8a39615d82c68 100644
|
| --- a/content/child/webcrypto/webcrypto_impl.h
|
| +++ b/content/child/webcrypto/webcrypto_impl.h
|
| @@ -25,6 +25,8 @@ class WebCryptoImpl : public blink::WebCrypto {
|
|
|
| virtual ~WebCryptoImpl();
|
|
|
| + static void EnsureInit();
|
| +
|
| virtual void encrypt(const blink::WebCryptoAlgorithm& algorithm,
|
| const blink::WebCryptoKey& key,
|
| const unsigned char* data,
|
|
|