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

Unified Diff: third_party/WebKit/public/platform/WebCryptoAlgorithmParams.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/WebCryptoAlgorithmParams.h
diff --git a/third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h b/third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h
index 96255035e3512fca10104086ee8fda316cc10d6c..538272daeb92b449bbbe099daeaf3a9c124a9306 100644
--- a/third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h
+++ b/third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h
@@ -123,7 +123,8 @@ class WebCryptoAesKeyGenParams : public WebCryptoAlgorithmParams {
class WebCryptoHmacImportParams : public WebCryptoAlgorithmParamsWithHash {
public:
- // FIXME: Remove this constructor once it is no longer used by Chromium. http://crbug.com/431085
+ // FIXME: Remove this constructor once it is no longer used by Chromium.
+ // http://crbug.com/431085
explicit WebCryptoHmacImportParams(const WebCryptoAlgorithm& hash)
: WebCryptoAlgorithmParamsWithHash(hash),
m_hasLengthBits(false),
« no previous file with comments | « third_party/WebKit/public/platform/WebCryptoAlgorithm.h ('k') | third_party/WebKit/public/platform/WebDistillability.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698