| Index: content/renderer/webcrypto_impl.h
|
| diff --git a/content/renderer/webcrypto_impl.h b/content/renderer/webcrypto_impl.h
|
| index 42081c4f185bd459ef4bd3c1e9a5e76875138f3f..8d3a742746b3c6b83b715708e0649f8b5c2b5c71 100644
|
| --- a/content/renderer/webcrypto_impl.h
|
| +++ b/content/renderer/webcrypto_impl.h
|
| @@ -15,6 +15,10 @@ class WebCryptoImpl : public WebKit::WebCrypto {
|
| public:
|
| virtual WebKit::WebCryptoOperation* digest(
|
| const WebKit::WebCryptoAlgorithm& algorithm) OVERRIDE;
|
| +
|
| + virtual void digest2(
|
| + const WebKit::WebCryptoAlgorithm& algorithm,
|
| + WebKit::WebCryptoOperationResult* result) OVERRIDE;
|
| };
|
|
|
| } // namespace content
|
|
|