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

Unified Diff: trunk/src/content/renderer/media/android/proxy_media_keys.cc

Issue 180843008: Revert 253665 "Rename MediaKeys*Msg to Cdm*Msg." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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: trunk/src/content/renderer/media/android/proxy_media_keys.cc
===================================================================
--- trunk/src/content/renderer/media/android/proxy_media_keys.cc (revision 253672)
+++ trunk/src/content/renderer/media/android/proxy_media_keys.cc (working copy)
@@ -52,7 +52,7 @@
int init_data_length) {
// TODO(xhwang): Move these checks up to blink and DCHECK here.
// See http://crbug.com/342510
- CdmHostMsg_CreateSession_Type session_type;
+ MediaKeysHostMsg_CreateSession_Type session_type;
if (content_type == "audio/mp4" || content_type == "video/mp4") {
session_type = CREATE_SESSION_TYPE_MP4;
} else if (content_type == "audio/webm" || content_type == "video/webm") {

Powered by Google App Engine
This is Rietveld 408576698