Index: content/child/webcrypto/platform_crypto.h |
diff --git a/content/child/webcrypto/platform_crypto.h b/content/child/webcrypto/platform_crypto.h |
index f0c8f60193b0d373dc3ed5594d8bb053602b6d68..8bdd6811bbcacdeba9d9e122919712173cc9616a 100644 |
--- a/content/child/webcrypto/platform_crypto.h |
+++ b/content/child/webcrypto/platform_crypto.h |
@@ -177,6 +177,12 @@ Status ExportKeyRaw(SymKey* key, blink::WebArrayBuffer* buffer); |
Status ExportKeySpki(PublicKey* key, blink::WebArrayBuffer* buffer); |
// Preconditions: |
+// * |key| is non-null. |
+Status ExportKeyPkcs8(PrivateKey* key, |
+ const blink::WebCryptoKeyAlgorithm& key_algorithm, |
+ blink::WebArrayBuffer* buffer); |
+ |
+// Preconditions: |
// * |wrapping_key| is non-null |
// * |key| is non-null |
Status WrapSymKeyAesKw(SymKey* wrapping_key, |