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

Unified Diff: media/base/key_system_info.h

Issue 1732423002: EME: Remove the concept of a parent key system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ks
Patch Set: Add test per review. Created 4 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
« no previous file with comments | « components/cdm/renderer/widevine_key_systems.cc ('k') | media/base/key_systems.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/key_system_info.h
diff --git a/media/base/key_system_info.h b/media/base/key_system_info.h
index 0fb52094d102cef2152bba4aac763210202d95ea..0a9ba673bf83999c825a2b5c01f16184a179b934 100644
--- a/media/base/key_system_info.h
+++ b/media/base/key_system_info.h
@@ -21,12 +21,6 @@
// * Abstract key system
// A key system string that cannot be instantiated like a concrete key system
// but is otherwise useful, such as in discovery using isTypeSupported().
-// TODO(ddorwin): Remove the concept of a parent key system now that prefixed
-// has been removed. https://crbug.com/249976
-// * Parent key system
-// A key system string that is one level up from the child key system. It may
-// be an abstract key system.
-// As an example, "com.example" is the parent of "com.example.foo".
namespace media {
@@ -52,11 +46,6 @@ struct MEDIA_EXPORT KeySystemInfo {
EmeFeatureSupport persistent_state_support = EmeFeatureSupport::INVALID;
EmeFeatureSupport distinctive_identifier_support = EmeFeatureSupport::INVALID;
- // A hierarchical parent for |key_system|. This value can be used to check
- // supported types but cannot be used to instantiate a MediaKeys object.
- // Only one parent key system is currently supported per concrete key system.
- std::string parent_key_system;
-
// The following indicate how the corresponding CDM should be instantiated.
bool use_aes_decryptor = false;
#if defined(ENABLE_PEPPER_CDMS)
« no previous file with comments | « components/cdm/renderer/widevine_key_systems.cc ('k') | media/base/key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698