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

Unified Diff: chrome/common/widevine_cdm_constants.cc

Issue 23513055: Populate canPlayType to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing ddorwin's comments Created 7 years, 3 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: chrome/common/widevine_cdm_constants.cc
diff --git a/chrome/common/widevine_cdm_constants.cc b/chrome/common/widevine_cdm_constants.cc
index 60f487e2ae8d55da66ad6c12f6a8a7cec4d370e0..c0fe6e1fb27a054d43613cc95f3dd8b896e4417d 100644
--- a/chrome/common/widevine_cdm_constants.cc
+++ b/chrome/common/widevine_cdm_constants.cc
@@ -14,3 +14,9 @@ const char kWidevineCdmPluginExtension[] = "";
const int32 kWidevineCdmPluginPermissions = ppapi::PERMISSION_DEV |
ppapi::PERMISSION_PRIVATE;
+
+#if defined(OS_ANDROID)
ddorwin 2013/09/18 03:58:31 You can remove this now. It's not exposed anymore.
qinmin 2013/09/18 05:08:21 oops, missed it.
+const uint8 kWidevineUuid[16] =
+ { 0xED, 0xEF, 0x8B, 0xA9, 0x79, 0xD6, 0x4A, 0xCE,
+ 0xA3, 0xC8, 0x27, 0xDC, 0xD5, 0x1D, 0x21, 0xED };
+#endif

Powered by Google App Engine
This is Rietveld 408576698