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

Unified Diff: public/platform/WebCryptoAlgorithm.h

Issue 18033004: WebCrypto: Add WebKit API structure for keys. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master Created 7 years, 5 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/modules/modules.gypi ('k') | public/platform/WebCryptoKey.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCryptoAlgorithm.h
diff --git a/public/platform/WebCryptoAlgorithm.h b/public/platform/WebCryptoAlgorithm.h
index 7703614a1a945719a40981b3a147bb4aec2a9892..29c3258130a66375fc321cc3a22497f310679f18 100644
--- a/public/platform/WebCryptoAlgorithm.h
+++ b/public/platform/WebCryptoAlgorithm.h
@@ -91,8 +91,8 @@ public:
// Retrieves the type-specific parameters. The algorithm contains at most 1
// type of parameters. Retrieving an invalid parameter will return 0.
- WebCryptoAesCbcParams* aesCbcParams() const;
- WebCryptoAesKeyGenParams* aesKeyGenParams() const;
+ WEBKIT_EXPORT WebCryptoAesCbcParams* aesCbcParams() const;
+ WEBKIT_EXPORT WebCryptoAesKeyGenParams* aesKeyGenParams() const;
private:
WEBKIT_EXPORT void assign(const WebCryptoAlgorithm& other);
« no previous file with comments | « Source/modules/modules.gypi ('k') | public/platform/WebCryptoKey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698