| Index: content/child/webcrypto/webcrypto_impl.h
|
| diff --git a/content/child/webcrypto/webcrypto_impl.h b/content/child/webcrypto/webcrypto_impl.h
|
| index 8d5af3d9788b3aae6d3ac9ec42baaef30b1b41cd..ce2262b9195027f039cd45136d7608864dc54701 100644
|
| --- a/content/child/webcrypto/webcrypto_impl.h
|
| +++ b/content/child/webcrypto/webcrypto_impl.h
|
| @@ -41,14 +41,14 @@ class WebCryptoImpl : public blink::WebCrypto {
|
| blink::WebCryptoResult result);
|
| virtual void generateKey(const blink::WebCryptoAlgorithm& algorithm,
|
| bool extractable,
|
| - blink::WebCryptoKeyUsageMask usage_mask,
|
| + blink::WebCryptoKeyUsageMask usages,
|
| blink::WebCryptoResult result);
|
| virtual void importKey(blink::WebCryptoKeyFormat format,
|
| const unsigned char* key_data,
|
| unsigned int key_data_size,
|
| const blink::WebCryptoAlgorithm& algorithm,
|
| bool extractable,
|
| - blink::WebCryptoKeyUsageMask usage_mask,
|
| + blink::WebCryptoKeyUsageMask usages,
|
| blink::WebCryptoResult result);
|
| virtual void exportKey(blink::WebCryptoKeyFormat format,
|
| const blink::WebCryptoKey& key,
|
|
|