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

Unified Diff: media/base/cdm_factory.h

Issue 665563002: Add MediaKeys::GetCdmId(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Make GetCdmId() pure virtual. Created 6 years, 2 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 | « content/renderer/media/crypto/renderer_cdm_manager.cc ('k') | media/base/media_keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/cdm_factory.h
diff --git a/media/base/cdm_factory.h b/media/base/cdm_factory.h
index 17dea810513b97fc10923a8d89a41857d64b2126..570c042db65a7f18bc97474b9a4bb916263d7311 100644
--- a/media/base/cdm_factory.h
+++ b/media/base/cdm_factory.h
@@ -23,9 +23,6 @@ class MEDIA_EXPORT CdmFactory {
virtual scoped_ptr<MediaKeys> Create(
const std::string& key_system,
const GURL& security_origin,
-#if defined(ENABLE_BROWSER_CDMS)
- int* cdm_id, // Output parameter indicating the CDM ID of the MediaKeys.
-#endif
const SessionMessageCB& session_message_cb,
const SessionReadyCB& session_ready_cb,
const SessionClosedCB& session_closed_cb,
« no previous file with comments | « content/renderer/media/crypto/renderer_cdm_manager.cc ('k') | media/base/media_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698