| Index: content/child/webcrypto/webcrypto_util.h
|
| diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
|
| index ea0b0b3006e0700b9146de85a5aca27e57f99190..4cc731b9293a04d818d0367ef1bb9864fb1512ad 100644
|
| --- a/content/child/webcrypto/webcrypto_util.h
|
| +++ b/content/child/webcrypto/webcrypto_util.h
|
| @@ -34,8 +34,8 @@ CONTENT_EXPORT bool Base64DecodeUrlSafe(const std::string& input,
|
|
|
| // Returns an unpadded 'base64url' encoding of the input data, the opposite of
|
| // Base64DecodeUrlSafe() above.
|
| -std::string Base64EncodeUrlSafe(const base::StringPiece& input);
|
| -std::string Base64EncodeUrlSafe(const std::vector<uint8>& input);
|
| +CONTENT_EXPORT std::string Base64EncodeUrlSafe(const base::StringPiece& input);
|
| +CONTENT_EXPORT std::string Base64EncodeUrlSafe(const std::vector<uint8>& input);
|
|
|
| // Composes a Web Crypto usage mask from an array of JWK key_ops values.
|
| CONTENT_EXPORT Status GetWebCryptoUsagesFromJwkKeyOps(
|
|
|