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

Unified Diff: third_party/WebKit/public/platform/WebCryptoAlgorithm.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit Created 4 years, 2 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
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);

Powered by Google App Engine
This is Rietveld 408576698