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

Unified Diff: media/test/data/eme_player_js/globals.js

Issue 854633003: Verify heartbeat messages have type 'license-renewal' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove heartbeat Created 5 years, 11 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: 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,

Powered by Google App Engine
This is Rietveld 408576698