Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1136)

Unified Diff: public/platform/WebCryptoKey.h

Issue 1184123007: move KeyUsageAllows to more logical place(part1) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed as suggested Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/exported/WebCryptoKey.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/platform/exported/WebCryptoKey.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698