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

Unified Diff: media/cdm/aes_decryptor.cc

Issue 835683002: media: Always define |cdm_id| in CdmContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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: media/cdm/aes_decryptor.cc
diff --git a/media/cdm/aes_decryptor.cc b/media/cdm/aes_decryptor.cc
index 9938bae2c8df544ffde76f1169697986d9d3e8cf..057902da3694814050a66fb64deb88f2faa55953 100644
--- a/media/cdm/aes_decryptor.cc
+++ b/media/cdm/aes_decryptor.cc
@@ -375,11 +375,9 @@ Decryptor* AesDecryptor::GetDecryptor() {
return this;
}
-#if defined(ENABLE_BROWSER_CDMS)
int AesDecryptor::GetCdmId() const {
return kInvalidCdmId;
}
-#endif // defined(ENABLE_BROWSER_CDMS)
void AesDecryptor::RegisterNewKeyCB(StreamType stream_type,
const NewKeyCB& new_key_cb) {

Powered by Google App Engine
This is Rietveld 408576698