Index: Source/platform/CryptoResult.h |
diff --git a/Source/platform/CryptoResult.h b/Source/platform/CryptoResult.h |
index 2d4aa7985e2bc16cd19c62179994bc20520c0c02..53493ef94d14078a459cfafddcc564f5b17c5d9c 100644 |
--- a/Source/platform/CryptoResult.h |
+++ b/Source/platform/CryptoResult.h |
@@ -47,6 +47,7 @@ public: |
virtual void completeWithBoolean(bool) = 0; |
virtual void completeWithKey(const blink::WebCryptoKey&) = 0; |
virtual void completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) = 0; |
+ virtual bool cancelled() const = 0; |
blink::WebCryptoResult result() |
{ |