| Index: content/renderer/webcrypto/webcrypto_util.h
|
| diff --git a/content/renderer/webcrypto/webcrypto_util.h b/content/renderer/webcrypto/webcrypto_util.h
|
| index 6c790d35235c559c3d10e996247511be4d89d8b0..eaffc3639e4afce811a18defbe07daf3f3b09b4d 100644
|
| --- a/content/renderer/webcrypto/webcrypto_util.h
|
| +++ b/content/renderer/webcrypto/webcrypto_util.h
|
| @@ -238,15 +238,9 @@ blink::WebCryptoAlgorithm CreateRsaOaepImportAlgorithm(
|
| // Returns the internal block size for SHA-*
|
| unsigned int ShaBlockSizeBytes(blink::WebCryptoAlgorithmId hash_id);
|
|
|
| -#ifdef WEBCRYPTO_HAS_KEY_ALGORITHM
|
| bool CreateSecretKeyAlgorithm(const blink::WebCryptoAlgorithm& algorithm,
|
| unsigned keylen_bytes,
|
| blink::WebCryptoKeyAlgorithm* key_algorithm);
|
| -#else
|
| -bool CreateSecretKeyAlgorithm(const blink::WebCryptoAlgorithm& algorithm,
|
| - unsigned keylen_bytes,
|
| - blink::WebCryptoAlgorithm* key_algorithm);
|
| -#endif
|
|
|
| } // namespace webcrypto
|
|
|
|
|