| Index: public/platform/WebCryptoKey.h
|
| diff --git a/public/platform/WebCryptoKey.h b/public/platform/WebCryptoKey.h
|
| index 85f091c635ec46e10c836410105b12af1dd4c8c5..f02902a397758fe95c140dd273b43a6b77ca841c 100644
|
| --- a/public/platform/WebCryptoKey.h
|
| +++ b/public/platform/WebCryptoKey.h
|
| @@ -120,6 +120,8 @@ public:
|
|
|
| BLINK_PLATFORM_EXPORT bool isNull() const;
|
|
|
| + BLINK_PLATFORM_EXPORT bool keyUsageAllows(const blink::WebCryptoKeyUsage) const;
|
| +
|
| private:
|
| BLINK_PLATFORM_EXPORT void assign(const WebCryptoKey& other);
|
| BLINK_PLATFORM_EXPORT void reset();
|
|
|