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

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: ToT 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..fc3eb5792910b25c9fb51e65b14c7e6e43bf709a 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;
eroman 2015/08/11 17:05:15 The Blink style (which confusingly is different fr
+
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