| Index: third_party/WebKit/public/platform/WebCryptoAlgorithm.h
|
| diff --git a/third_party/WebKit/public/platform/WebCryptoAlgorithm.h b/third_party/WebKit/public/platform/WebCryptoAlgorithm.h
|
| index a6e14f6fa3bc957f97965b6a3fc0eecc48b2b2b2..172fec249a14f9cac965c7200eb7e0c8173d54bd 100644
|
| --- a/third_party/WebKit/public/platform/WebCryptoAlgorithm.h
|
| +++ b/third_party/WebKit/public/platform/WebCryptoAlgorithm.h
|
| @@ -209,7 +209,8 @@ class WebCryptoAlgorithm {
|
| BLINK_PLATFORM_EXPORT const WebCryptoHkdfParams* hkdfParams() const;
|
| BLINK_PLATFORM_EXPORT const WebCryptoPbkdf2Params* pbkdf2Params() const;
|
|
|
| - // Returns true if the provided algorithm ID is for a hash (in other words, SHA-*)
|
| + // Returns true if the provided algorithm ID is for a hash (in other words,
|
| + // SHA-*)
|
| BLINK_PLATFORM_EXPORT static bool isHash(WebCryptoAlgorithmId);
|
| // Returns true if the provided algorithm ID is for a key derivation function
|
| BLINK_PLATFORM_EXPORT static bool isKdf(WebCryptoAlgorithmId);
|
|
|