Chromium Code Reviews| Index: media/test/data/eme_player_js/globals.js |
| diff --git a/media/test/data/eme_player_js/globals.js b/media/test/data/eme_player_js/globals.js |
| index a3c4bde90d666d3000ad6cfbe0c60a92cb19e12c..d2fc0fabc6ccd4600808013f64a0c94ac7cbc584 100644 |
| --- a/media/test/data/eme_player_js/globals.js |
| +++ b/media/test/data/eme_player_js/globals.js |
| @@ -4,8 +4,9 @@ |
| // This file contains global constant variables used by the application. |
| -// Heart beat message header. |
| -var HEART_BEAT_HEADER = 'HEARTBEAT'; |
| +// Renewal message header. External Clear Key implementation returns this as |
| +// part of renewal messages. |
| +var RENEWAL_MESSAGE_HEADER = 'HEARTBEAT'; |
|
ddorwin
2015/01/15 19:56:43
You could also change this in the .cc file. Or we
jrummell
2015/01/15 21:55:34
Added to my cleanup list.
|
| // Default key used to encrypt many media files used in browser tests. |
| var KEY = new Uint8Array([0xeb, 0xdd, 0x62, 0xf1, 0x68, 0x14, 0xd2, 0x7b, |