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

Unified Diff: media/cdm/cdm_adapter.h

Issue 2280433002: Remove CDM_7 support (Closed)
Patch Set: Created 4 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 | « DEPS ('k') | media/cdm/cdm_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/cdm_adapter.h
diff --git a/media/cdm/cdm_adapter.h b/media/cdm/cdm_adapter.h
index ee11cf8ce48121e8cdf77fb62d11f4bda284e7fb..106840727e32d01a4b7db77a77d5ace4748f3e80 100644
--- a/media/cdm/cdm_adapter.h
+++ b/media/cdm/cdm_adapter.h
@@ -47,7 +47,6 @@ using CreateCdmFileIOCB =
class MEDIA_EXPORT CdmAdapter : public MediaKeys,
public CdmContext,
public Decryptor,
- NON_EXPORTED_BASE(public cdm::Host_7),
NON_EXPORTED_BASE(public cdm::Host_8) {
public:
// Create the CDM using |cdm_path| and initialize it using |key_system| and
@@ -110,7 +109,7 @@ class MEDIA_EXPORT CdmAdapter : public MediaKeys,
void ResetDecoder(StreamType stream_type) final;
void DeinitializeDecoder(StreamType stream_type) final;
- // cdm::Host_7 and cdm::Host_8 implementation.
+ // cdm::Host_8 implementation.
cdm::Buffer* Allocate(uint32_t capacity) override;
void SetTimer(int64_t delay_ms, void* context) override;
cdm::Time GetCurrentWallTime() override;
« no previous file with comments | « DEPS ('k') | media/cdm/cdm_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698