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

Unified Diff: content/child/webcrypto/structured_clone.h

Issue 670773003: Cleanup: rename usage_mask --> usages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « content/child/webcrypto/openssl/sym_key_openssl.cc ('k') | content/child/webcrypto/structured_clone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webcrypto/structured_clone.h
diff --git a/content/child/webcrypto/structured_clone.h b/content/child/webcrypto/structured_clone.h
index a72974ce698e8589ab3e1b28eb202a2894e73f23..3e218c85a80c923e118fcb20e7668f1c266f8a60 100644
--- a/content/child/webcrypto/structured_clone.h
+++ b/content/child/webcrypto/structured_clone.h
@@ -23,7 +23,7 @@ bool SerializeKeyForClone(const blink::WebCryptoKey& key,
bool DeserializeKeyForClone(const blink::WebCryptoKeyAlgorithm& algorithm,
blink::WebCryptoKeyType type,
bool extractable,
- blink::WebCryptoKeyUsageMask usage_mask,
+ blink::WebCryptoKeyUsageMask usages,
const CryptoData& key_data,
blink::WebCryptoKey* key);
« no previous file with comments | « content/child/webcrypto/openssl/sym_key_openssl.cc ('k') | content/child/webcrypto/structured_clone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698