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) |
+const uint8 kWidevineUuid[16] = |
+ { 0xED, 0xEF, 0x8B, 0xA9, 0x79, 0xD6, 0x4A, 0xCE, |
xhwang
2013/09/18 07:10:57
move { to the end of previous line. actually drop
qinmin
2013/09/18 17:19:59
dropped in PS6
On 2013/09/18 07:10:57, xhwang wrot
|
+ 0xA3, 0xC8, 0x27, 0xDC, 0xD5, 0x1D, 0x21, 0xED }; |
+#endif |