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

Unified Diff: media/cdm/ppapi/supported_cdm_versions.h

Issue 518353002: Remove CDM_5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment Created 6 years, 4 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
« no previous file with comments | « media/cdm/ppapi/cdm_wrapper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/supported_cdm_versions.h
diff --git a/media/cdm/ppapi/supported_cdm_versions.h b/media/cdm/ppapi/supported_cdm_versions.h
index fc05345be40ea551f77f46604fd1f9eaa2b0b969..bc669fc0c49be7b38c651197411f797a8420f58b 100644
--- a/media/cdm/ppapi/supported_cdm_versions.h
+++ b/media/cdm/ppapi/supported_cdm_versions.h
@@ -26,7 +26,6 @@ bool IsSupportedCdmInterfaceVersion(int version) {
switch(version) {
// Supported versions in decreasing order.
case cdm::ContentDecryptionModule_6::kVersion:
- case cdm::ContentDecryptionModule_5::kVersion:
case cdm::ContentDecryptionModule_4::kVersion:
return true;
default:
@@ -41,7 +40,6 @@ bool IsSupportedCdmHostVersion(int version) {
switch(version) {
// Supported versions in decreasing order.
case cdm::Host_6::kVersion:
- case cdm::Host_5::kVersion:
case cdm::Host_4::kVersion:
return true;
default:
« no previous file with comments | « media/cdm/ppapi/cdm_wrapper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698