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

Unified Diff: content/common/media/cdm_messages_enums.h

Issue 850183002: media: Support unprefixed EME API on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only 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: content/common/media/cdm_messages_enums.h
diff --git a/content/common/media/cdm_messages_enums.h b/content/common/media/cdm_messages_enums.h
index 5357b51257068025468c88220b528564fca07732..2c09011d458a4ab8c696903e20b5548a74c2c67a 100644
--- a/content/common/media/cdm_messages_enums.h
+++ b/content/common/media/cdm_messages_enums.h
@@ -5,8 +5,8 @@
#ifndef CONTENT_COMMON_MEDIA_CDM_MESSAGES_ENUMS_H_
#define CONTENT_COMMON_MEDIA_CDM_MESSAGES_ENUMS_H_
-// Dictates the session type when an EME session is created.
-enum CdmHostMsg_CreateSession_ContentType {
+// The Initialization Data Type when a request is generated.
+enum CdmHostMsg_CreateSession_InitDataType {
CREATE_SESSION_TYPE_WEBM,
CREATE_SESSION_TYPE_MP4,
CREATE_SESSION_TYPE_LAST = CREATE_SESSION_TYPE_MP4

Powered by Google App Engine
This is Rietveld 408576698