| Index: content/renderer/media/crypto/proxy_decryptor.h
|
| diff --git a/content/renderer/media/crypto/proxy_decryptor.h b/content/renderer/media/crypto/proxy_decryptor.h
|
| index 66d402ec77f9ab1104cef35109a0b4a10cbb8df8..0a6c298d682fd42932c0899c1163ec3dfacd022a 100644
|
| --- a/content/renderer/media/crypto/proxy_decryptor.h
|
| +++ b/content/renderer/media/crypto/proxy_decryptor.h
|
| @@ -72,7 +72,7 @@
|
| const GURL& security_origin);
|
|
|
| // May only be called after InitializeCDM() succeeds.
|
| - bool GenerateKeyRequest(const std::string& init_data_type,
|
| + bool GenerateKeyRequest(const std::string& type,
|
| const uint8* init_data,
|
| int init_data_length);
|
| void AddKey(const uint8* key, int key_length,
|
|
|