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

Unified Diff: media/cdm/aes_decryptor.h

Issue 835683002: media: Always define |cdm_id| in CdmContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 5 years, 9 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/cdm_context.h ('k') | media/cdm/aes_decryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/aes_decryptor.h
diff --git a/media/cdm/aes_decryptor.h b/media/cdm/aes_decryptor.h
index 43c0c88ef009f8991b078669066d131f164f4796..d3ffabb9853996a8b33c9569cb5aa0e45c25893c 100644
--- a/media/cdm/aes_decryptor.h
+++ b/media/cdm/aes_decryptor.h
@@ -60,9 +60,7 @@ class MEDIA_EXPORT AesDecryptor : public MediaKeys,
// CdmContext implementation.
Decryptor* GetDecryptor() override;
-#if defined(ENABLE_BROWSER_CDMS)
int GetCdmId() const override;
-#endif // defined(ENABLE_BROWSER_CDMS)
// Decryptor implementation.
void RegisterNewKeyCB(StreamType stream_type,
« no previous file with comments | « media/base/cdm_context.h ('k') | media/cdm/aes_decryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698