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

Unified Diff: third_party/widevine/cdm/widevine_cdm_common.h

Issue 11474037: Several updates to canPlayType() results for EME (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: third_party/widevine/cdm/widevine_cdm_common.h
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h
index 752b68bc90b7e8822c85874348841ab9c95eb96d..9297fb2917c036ffe3d679513a2f7ba1956d7e7d 100644
--- a/third_party/widevine/cdm/widevine_cdm_common.h
+++ b/third_party/widevine/cdm/widevine_cdm_common.h
@@ -9,6 +9,8 @@
// This file defines constants common to all Widevine CDM versions.
+// TODO(ddorwin): Eliminate Base entries: http://crbug.com/164303.
+const char kWidevineBaseKeySystem[] = "com.widevine";
// "alpha" is a temporary name until a convention is defined.
const char kWidevineKeySystem[] = "com.widevine.alpha";

Powered by Google App Engine
This is Rietveld 408576698