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

Unified Diff: media/base/key_system_info.cc

Issue 1106263004: Support Android secure codecs in requestMediaKeySystemAccess(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include build_config.h. Created 5 years, 8 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/base/key_system_info.h ('k') | media/base/key_systems.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/key_system_info.cc
diff --git a/media/base/key_system_info.cc b/media/base/key_system_info.cc
index 8eec5b1cb9feb9a95c113ff3809980af61d87373..f36104ab120fc4e3f376a30a887f00b7d74f20ac 100644
--- a/media/base/key_system_info.cc
+++ b/media/base/key_system_info.cc
@@ -6,16 +6,7 @@
namespace media {
-KeySystemInfo::KeySystemInfo()
- : supported_init_data_types(kInitDataTypeMaskNone),
- supported_codecs(EME_CODEC_NONE),
- max_audio_robustness(EmeRobustness::INVALID),
- max_video_robustness(EmeRobustness::INVALID),
- persistent_license_support(EmeSessionTypeSupport::INVALID),
- persistent_release_message_support(EmeSessionTypeSupport::INVALID),
- persistent_state_support(EmeFeatureSupport::INVALID),
- distinctive_identifier_support(EmeFeatureSupport::INVALID),
- use_aes_decryptor(false) {
+KeySystemInfo::KeySystemInfo() {
}
KeySystemInfo::~KeySystemInfo() {
« no previous file with comments | « media/base/key_system_info.h ('k') | media/base/key_systems.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698